aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-09-29 22:44:03 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-10-01 09:00:09 -0400
commitd7952ddf6837d711231e37ddafe46f9960ef4d5a (patch)
treee9833995ab4d0e904dc5c62dac26c79152338bdd
parent080cbcb4f81299ff86e99f8ba12b692a58d0aa65 (diff)
drm/radeon: remove unecessary includes
The requirement for these was removed in: 0a168933976eb483da91161316bbbbcb74d00486 Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/radeon/evergreen.c1
-rw-r--r--drivers/gpu/drm/radeon/rv770.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c
index dbca60c7d097..c09e40a0d3d0 100644
--- a/drivers/gpu/drm/radeon/evergreen.c
+++ b/drivers/gpu/drm/radeon/evergreen.c
@@ -22,7 +22,6 @@
22 * Authors: Alex Deucher 22 * Authors: Alex Deucher
23 */ 23 */
24#include <linux/firmware.h> 24#include <linux/firmware.h>
25#include <linux/platform_device.h>
26#include <linux/slab.h> 25#include <linux/slab.h>
27#include <drm/drmP.h> 26#include <drm/drmP.h>
28#include "radeon.h" 27#include "radeon.h"
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
index d9f5ce715c9b..372016e266d0 100644
--- a/drivers/gpu/drm/radeon/rv770.c
+++ b/drivers/gpu/drm/radeon/rv770.c
@@ -26,7 +26,6 @@
26 * Jerome Glisse 26 * Jerome Glisse
27 */ 27 */
28#include <linux/firmware.h> 28#include <linux/firmware.h>
29#include <linux/platform_device.h>
30#include <linux/slab.h> 29#include <linux/slab.h>
31#include <drm/drmP.h> 30#include <drm/drmP.h>
32#include "radeon.h" 31#include "radeon.h"