diff mbox

drm/radeon: remove unecessary includes

Message ID 1412045215-16380-1-git-send-email-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alex Deucher Sept. 30, 2014, 2:46 a.m. UTC
The requirement for these was removed in:
0a168933976eb483da91161316bbbbcb74d00486

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/radeon/evergreen.c | 1 -
 drivers/gpu/drm/radeon/rv770.c     | 1 -
 2 files changed, 2 deletions(-)

Comments

Christian König Sept. 30, 2014, 8:21 a.m. UTC | #1
Am 30.09.2014 um 04:46 schrieb Alex Deucher:
> The requirement for these was removed in:
> 0a168933976eb483da91161316bbbbcb74d00486
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/radeon/evergreen.c | 1 -
>   drivers/gpu/drm/radeon/rv770.c     | 1 -
>   2 files changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c
> index dbca60c..c09e40a 100644
> --- a/drivers/gpu/drm/radeon/evergreen.c
> +++ b/drivers/gpu/drm/radeon/evergreen.c
> @@ -22,7 +22,6 @@
>    * Authors: Alex Deucher
>    */
>   #include <linux/firmware.h>
> -#include <linux/platform_device.h>
>   #include <linux/slab.h>
>   #include <drm/drmP.h>
>   #include "radeon.h"
> diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
> index d9f5ce7..372016e 100644
> --- a/drivers/gpu/drm/radeon/rv770.c
> +++ b/drivers/gpu/drm/radeon/rv770.c
> @@ -26,7 +26,6 @@
>    *          Jerome Glisse
>    */
>   #include <linux/firmware.h>
> -#include <linux/platform_device.h>
>   #include <linux/slab.h>
>   #include <drm/drmP.h>
>   #include "radeon.h"
diff mbox

Patch

diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c
index dbca60c..c09e40a 100644
--- a/drivers/gpu/drm/radeon/evergreen.c
+++ b/drivers/gpu/drm/radeon/evergreen.c
@@ -22,7 +22,6 @@ 
  * Authors: Alex Deucher
  */
 #include <linux/firmware.h>
-#include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <drm/drmP.h>
 #include "radeon.h"
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
index d9f5ce7..372016e 100644
--- a/drivers/gpu/drm/radeon/rv770.c
+++ b/drivers/gpu/drm/radeon/rv770.c
@@ -26,7 +26,6 @@ 
  *          Jerome Glisse
  */
 #include <linux/firmware.h>
-#include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <drm/drmP.h>
 #include "radeon.h"