diff options
author | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:07 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:07 -0400 |
commit | 760285e7e7ab282c25b5e90816f7c47000557f4f (patch) | |
tree | b288dddd8ad2fdc51fa8b2022ea8db8603dd749c /drivers/gpu/drm/gma500 | |
parent | 4126d5d61f8466be3f76c1bc4e16d46eb2c9641b (diff) |
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
Convert #include "..." to #include <path/...> in drivers/gpu/.
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/gma500')
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_device.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/gem.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/intel_bios.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/intel_gmbus.c | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/mid_bios.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/oaktrail_device.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/psb_device.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/psb_drv.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/psb_drv.h | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/gma500/psb_intel_sdvo.c | 8 |
10 files changed, 15 insertions, 15 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.c b/drivers/gpu/drm/gma500/cdv_device.c index b7e7b49d8f62..7db0e3bf5a5b 100644 --- a/drivers/gpu/drm/gma500/cdv_device.c +++ b/drivers/gpu/drm/gma500/cdv_device.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/backlight.h> | 20 | #include <linux/backlight.h> |
21 | #include <drm/drmP.h> | 21 | #include <drm/drmP.h> |
22 | #include <drm/drm.h> | 22 | #include <drm/drm.h> |
23 | #include "gma_drm.h" | 23 | #include <drm/gma_drm.h> |
24 | #include "psb_drv.h" | 24 | #include "psb_drv.h" |
25 | #include "psb_reg.h" | 25 | #include "psb_reg.h" |
26 | #include "psb_intel_reg.h" | 26 | #include "psb_intel_reg.h" |
diff --git a/drivers/gpu/drm/gma500/gem.c b/drivers/gpu/drm/gma500/gem.c index fc7d144bc2d3..f3a1ae8eb77b 100644 --- a/drivers/gpu/drm/gma500/gem.c +++ b/drivers/gpu/drm/gma500/gem.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include <drm/drmP.h> | 26 | #include <drm/drmP.h> |
27 | #include <drm/drm.h> | 27 | #include <drm/drm.h> |
28 | #include "gma_drm.h" | 28 | #include <drm/gma_drm.h> |
29 | #include "psb_drv.h" | 29 | #include "psb_drv.h" |
30 | 30 | ||
31 | int psb_gem_init_object(struct drm_gem_object *obj) | 31 | int psb_gem_init_object(struct drm_gem_object *obj) |
diff --git a/drivers/gpu/drm/gma500/intel_bios.c b/drivers/gpu/drm/gma500/intel_bios.c index 8d7caf0f363e..a837ee97787c 100644 --- a/drivers/gpu/drm/gma500/intel_bios.c +++ b/drivers/gpu/drm/gma500/intel_bios.c | |||
@@ -20,7 +20,7 @@ | |||
20 | */ | 20 | */ |
21 | #include <drm/drmP.h> | 21 | #include <drm/drmP.h> |
22 | #include <drm/drm.h> | 22 | #include <drm/drm.h> |
23 | #include "gma_drm.h" | 23 | #include <drm/gma_drm.h> |
24 | #include "psb_drv.h" | 24 | #include "psb_drv.h" |
25 | #include "psb_intel_drv.h" | 25 | #include "psb_intel_drv.h" |
26 | #include "psb_intel_reg.h" | 26 | #include "psb_intel_reg.h" |
diff --git a/drivers/gpu/drm/gma500/intel_gmbus.c b/drivers/gpu/drm/gma500/intel_gmbus.c index f1cfdf12924b..62cd42e88f28 100644 --- a/drivers/gpu/drm/gma500/intel_gmbus.c +++ b/drivers/gpu/drm/gma500/intel_gmbus.c | |||
@@ -29,9 +29,9 @@ | |||
29 | #include <linux/module.h> | 29 | #include <linux/module.h> |
30 | #include <linux/i2c.h> | 30 | #include <linux/i2c.h> |
31 | #include <linux/i2c-algo-bit.h> | 31 | #include <linux/i2c-algo-bit.h> |
32 | #include "drmP.h" | 32 | #include <drm/drmP.h> |
33 | #include "psb_intel_drv.h" | 33 | #include "psb_intel_drv.h" |
34 | #include "gma_drm.h" | 34 | #include <drm/gma_drm.h> |
35 | #include "psb_drv.h" | 35 | #include "psb_drv.h" |
36 | #include "psb_intel_reg.h" | 36 | #include "psb_intel_reg.h" |
37 | 37 | ||
diff --git a/drivers/gpu/drm/gma500/mid_bios.c b/drivers/gpu/drm/gma500/mid_bios.c index b2a790bd9899..64d18a37da40 100644 --- a/drivers/gpu/drm/gma500/mid_bios.c +++ b/drivers/gpu/drm/gma500/mid_bios.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include <drm/drmP.h> | 26 | #include <drm/drmP.h> |
27 | #include <drm/drm.h> | 27 | #include <drm/drm.h> |
28 | #include "gma_drm.h" | 28 | #include <drm/gma_drm.h> |
29 | #include "psb_drv.h" | 29 | #include "psb_drv.h" |
30 | #include "mid_bios.h" | 30 | #include "mid_bios.h" |
31 | 31 | ||
diff --git a/drivers/gpu/drm/gma500/oaktrail_device.c b/drivers/gpu/drm/gma500/oaktrail_device.c index cf49ba5a54bf..010b820744a5 100644 --- a/drivers/gpu/drm/gma500/oaktrail_device.c +++ b/drivers/gpu/drm/gma500/oaktrail_device.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/dmi.h> | 22 | #include <linux/dmi.h> |
23 | #include <drm/drmP.h> | 23 | #include <drm/drmP.h> |
24 | #include <drm/drm.h> | 24 | #include <drm/drm.h> |
25 | #include "gma_drm.h" | 25 | #include <drm/gma_drm.h> |
26 | #include "psb_drv.h" | 26 | #include "psb_drv.h" |
27 | #include "psb_reg.h" | 27 | #include "psb_reg.h" |
28 | #include "psb_intel_reg.h" | 28 | #include "psb_intel_reg.h" |
diff --git a/drivers/gpu/drm/gma500/psb_device.c b/drivers/gpu/drm/gma500/psb_device.c index 5971bc82b765..7563cd51851a 100644 --- a/drivers/gpu/drm/gma500/psb_device.c +++ b/drivers/gpu/drm/gma500/psb_device.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/backlight.h> | 20 | #include <linux/backlight.h> |
21 | #include <drm/drmP.h> | 21 | #include <drm/drmP.h> |
22 | #include <drm/drm.h> | 22 | #include <drm/drm.h> |
23 | #include "gma_drm.h" | 23 | #include <drm/gma_drm.h> |
24 | #include "psb_drv.h" | 24 | #include "psb_drv.h" |
25 | #include "psb_reg.h" | 25 | #include "psb_reg.h" |
26 | #include "psb_intel_reg.h" | 26 | #include "psb_intel_reg.h" |
diff --git a/drivers/gpu/drm/gma500/psb_drv.c b/drivers/gpu/drm/gma500/psb_drv.c index 0c4737438530..dd1fbfa7e467 100644 --- a/drivers/gpu/drm/gma500/psb_drv.c +++ b/drivers/gpu/drm/gma500/psb_drv.c | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include <drm/drmP.h> | 22 | #include <drm/drmP.h> |
23 | #include <drm/drm.h> | 23 | #include <drm/drm.h> |
24 | #include "gma_drm.h" | 24 | #include <drm/gma_drm.h> |
25 | #include "psb_drv.h" | 25 | #include "psb_drv.h" |
26 | #include "framebuffer.h" | 26 | #include "framebuffer.h" |
27 | #include "psb_reg.h" | 27 | #include "psb_reg.h" |
diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h index 1bd115ecefe1..b15282fdbf97 100644 --- a/drivers/gpu/drm/gma500/psb_drv.h +++ b/drivers/gpu/drm/gma500/psb_drv.h | |||
@@ -23,9 +23,9 @@ | |||
23 | #include <linux/kref.h> | 23 | #include <linux/kref.h> |
24 | 24 | ||
25 | #include <drm/drmP.h> | 25 | #include <drm/drmP.h> |
26 | #include "drm_global.h" | 26 | #include <drm/drm_global.h> |
27 | #include "gem_glue.h" | 27 | #include "gem_glue.h" |
28 | #include "gma_drm.h" | 28 | #include <drm/gma_drm.h> |
29 | #include "psb_reg.h" | 29 | #include "psb_reg.h" |
30 | #include "psb_intel_drv.h" | 30 | #include "psb_intel_drv.h" |
31 | #include "gtt.h" | 31 | #include "gtt.h" |
diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo.c b/drivers/gpu/drm/gma500/psb_intel_sdvo.c index e5c868e64dc8..c148d92229fd 100644 --- a/drivers/gpu/drm/gma500/psb_intel_sdvo.c +++ b/drivers/gpu/drm/gma500/psb_intel_sdvo.c | |||
@@ -29,11 +29,11 @@ | |||
29 | #include <linux/i2c.h> | 29 | #include <linux/i2c.h> |
30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
31 | #include <linux/delay.h> | 31 | #include <linux/delay.h> |
32 | #include "drmP.h" | 32 | #include <drm/drmP.h> |
33 | #include "drm_crtc.h" | 33 | #include <drm/drm_crtc.h> |
34 | #include "drm_edid.h" | 34 | #include <drm/drm_edid.h> |
35 | #include "psb_intel_drv.h" | 35 | #include "psb_intel_drv.h" |
36 | #include "gma_drm.h" | 36 | #include <drm/gma_drm.h> |
37 | #include "psb_drv.h" | 37 | #include "psb_drv.h" |
38 | #include "psb_intel_sdvo_regs.h" | 38 | #include "psb_intel_sdvo_regs.h" |
39 | #include "psb_intel_reg.h" | 39 | #include "psb_intel_reg.h" |