aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/r128
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-02 13:01:05 -0400
committerDavid Howells <dhowells@redhat.com>2012-10-02 13:01:05 -0400
commit4126d5d61f8466be3f76c1bc4e16d46eb2c9641b (patch)
tree1a16f733e107605c5662150979185770676d4711 /drivers/gpu/drm/r128
parent19218e482d3f023166b26143c1a1c6d166a30415 (diff)
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
Remove redundant DRM UAPI header #inclusions from drivers/gpu/. Remove redundant #inclusions of core DRM UAPI headers (drm.h, drm_mode.h and drm_sarea.h). They are now #included via drmP.h and drm_crtc.h via a preceding patch. Without this patch and the patch to make include the UAPI headers from the core headers, after the UAPI split, the DRM C sources cannot find these UAPI headers because the DRM code relies on specific -I flags to make #include "..." work on headers in include/drm/ - but that does not work after the UAPI split without adding more -I flags. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Dave Airlie <airlied@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/r128')
-rw-r--r--drivers/gpu/drm/r128/r128_cce.c1
-rw-r--r--drivers/gpu/drm/r128/r128_drv.c1
-rw-r--r--drivers/gpu/drm/r128/r128_ioc32.c1
-rw-r--r--drivers/gpu/drm/r128/r128_irq.c1
-rw-r--r--drivers/gpu/drm/r128/r128_state.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/r128/r128_cce.c b/drivers/gpu/drm/r128/r128_cce.c
index bcac90b543ad..47d3b1c2c776 100644
--- a/drivers/gpu/drm/r128/r128_cce.c
+++ b/drivers/gpu/drm/r128/r128_cce.c
@@ -35,7 +35,6 @@
35#include <linux/module.h> 35#include <linux/module.h>
36 36
37#include "drmP.h" 37#include "drmP.h"
38#include "drm.h"
39#include "r128_drm.h" 38#include "r128_drm.h"
40#include "r128_drv.h" 39#include "r128_drv.h"
41 40
diff --git a/drivers/gpu/drm/r128/r128_drv.c b/drivers/gpu/drm/r128/r128_drv.c
index 2666a5308ab9..f97865656409 100644
--- a/drivers/gpu/drm/r128/r128_drv.c
+++ b/drivers/gpu/drm/r128/r128_drv.c
@@ -32,7 +32,6 @@
32#include <linux/module.h> 32#include <linux/module.h>
33 33
34#include "drmP.h" 34#include "drmP.h"
35#include "drm.h"
36#include "r128_drm.h" 35#include "r128_drm.h"
37#include "r128_drv.h" 36#include "r128_drv.h"
38 37
diff --git a/drivers/gpu/drm/r128/r128_ioc32.c b/drivers/gpu/drm/r128/r128_ioc32.c
index 51c99fc4dd38..b7fe63814226 100644
--- a/drivers/gpu/drm/r128/r128_ioc32.c
+++ b/drivers/gpu/drm/r128/r128_ioc32.c
@@ -32,7 +32,6 @@
32#include <linux/compat.h> 32#include <linux/compat.h>
33 33
34#include "drmP.h" 34#include "drmP.h"
35#include "drm.h"
36#include "r128_drm.h" 35#include "r128_drm.h"
37 36
38typedef struct drm_r128_init32 { 37typedef struct drm_r128_init32 {
diff --git a/drivers/gpu/drm/r128/r128_irq.c b/drivers/gpu/drm/r128/r128_irq.c
index 429d5a02695f..4d8fdb6b994e 100644
--- a/drivers/gpu/drm/r128/r128_irq.c
+++ b/drivers/gpu/drm/r128/r128_irq.c
@@ -31,7 +31,6 @@
31 */ 31 */
32 32
33#include "drmP.h" 33#include "drmP.h"
34#include "drm.h"
35#include "r128_drm.h" 34#include "r128_drm.h"
36#include "r128_drv.h" 35#include "r128_drv.h"
37 36
diff --git a/drivers/gpu/drm/r128/r128_state.c b/drivers/gpu/drm/r128/r128_state.c
index a9e33ce65918..9fd939da6ab8 100644
--- a/drivers/gpu/drm/r128/r128_state.c
+++ b/drivers/gpu/drm/r128/r128_state.c
@@ -29,7 +29,6 @@
29 */ 29 */
30 30
31#include "drmP.h" 31#include "drmP.h"
32#include "drm.h"
33#include "r128_drm.h" 32#include "r128_drm.h"
34#include "r128_drv.h" 33#include "r128_drv.h"
35 34