[PATCH] drm/radeon: remove unecessary includes
Christian König
deathsimple at vodafone.de
Tue Sep 30 01:21:26 PDT 2014
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 at amd.com>
Reviewed-by: Christian König <christian.koenig at 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"
More information about the dri-devel
mailing list