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/mga | |
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/mga')
-rw-r--r-- | drivers/gpu/drm/mga/mga_dma.c | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/mga/mga_drv.c | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/mga/mga_ioc32.c | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/mga/mga_irq.c | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/mga/mga_state.c | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/mga/mga_warp.c | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/drivers/gpu/drm/mga/mga_dma.c b/drivers/gpu/drm/mga/mga_dma.c index 1e5a4965724d..cc3166dd445a 100644 --- a/drivers/gpu/drm/mga/mga_dma.c +++ b/drivers/gpu/drm/mga/mga_dma.c | |||
@@ -35,8 +35,8 @@ | |||
35 | * \author Gareth Hughes <gareth@valinux.com> | 35 | * \author Gareth Hughes <gareth@valinux.com> |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include "drmP.h" | 38 | #include <drm/drmP.h> |
39 | #include "mga_drm.h" | 39 | #include <drm/mga_drm.h> |
40 | #include "mga_drv.h" | 40 | #include "mga_drv.h" |
41 | 41 | ||
42 | #define MGA_DEFAULT_USEC_TIMEOUT 10000 | 42 | #define MGA_DEFAULT_USEC_TIMEOUT 10000 |
diff --git a/drivers/gpu/drm/mga/mga_drv.c b/drivers/gpu/drm/mga/mga_drv.c index 7a98a520ed92..17d0a637e4fb 100644 --- a/drivers/gpu/drm/mga/mga_drv.c +++ b/drivers/gpu/drm/mga/mga_drv.c | |||
@@ -31,11 +31,11 @@ | |||
31 | 31 | ||
32 | #include <linux/module.h> | 32 | #include <linux/module.h> |
33 | 33 | ||
34 | #include "drmP.h" | 34 | #include <drm/drmP.h> |
35 | #include "mga_drm.h" | 35 | #include <drm/mga_drm.h> |
36 | #include "mga_drv.h" | 36 | #include "mga_drv.h" |
37 | 37 | ||
38 | #include "drm_pciids.h" | 38 | #include <drm/drm_pciids.h> |
39 | 39 | ||
40 | static int mga_driver_device_is_agp(struct drm_device *dev); | 40 | static int mga_driver_device_is_agp(struct drm_device *dev); |
41 | 41 | ||
diff --git a/drivers/gpu/drm/mga/mga_ioc32.c b/drivers/gpu/drm/mga/mga_ioc32.c index 67cc2a96e386..709e90db8c40 100644 --- a/drivers/gpu/drm/mga/mga_ioc32.c +++ b/drivers/gpu/drm/mga/mga_ioc32.c | |||
@@ -32,8 +32,8 @@ | |||
32 | */ | 32 | */ |
33 | #include <linux/compat.h> | 33 | #include <linux/compat.h> |
34 | 34 | ||
35 | #include "drmP.h" | 35 | #include <drm/drmP.h> |
36 | #include "mga_drm.h" | 36 | #include <drm/mga_drm.h> |
37 | 37 | ||
38 | typedef struct drm32_mga_init { | 38 | typedef struct drm32_mga_init { |
39 | int func; | 39 | int func; |
diff --git a/drivers/gpu/drm/mga/mga_irq.c b/drivers/gpu/drm/mga/mga_irq.c index 89f88df7893c..598c281def0a 100644 --- a/drivers/gpu/drm/mga/mga_irq.c +++ b/drivers/gpu/drm/mga/mga_irq.c | |||
@@ -31,8 +31,8 @@ | |||
31 | * Eric Anholt <anholt@FreeBSD.org> | 31 | * Eric Anholt <anholt@FreeBSD.org> |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "drmP.h" | 34 | #include <drm/drmP.h> |
35 | #include "mga_drm.h" | 35 | #include <drm/mga_drm.h> |
36 | #include "mga_drv.h" | 36 | #include "mga_drv.h" |
37 | 37 | ||
38 | u32 mga_get_vblank_counter(struct drm_device *dev, int crtc) | 38 | u32 mga_get_vblank_counter(struct drm_device *dev, int crtc) |
diff --git a/drivers/gpu/drm/mga/mga_state.c b/drivers/gpu/drm/mga/mga_state.c index 1f9fb5a00a62..9c145143ad0f 100644 --- a/drivers/gpu/drm/mga/mga_state.c +++ b/drivers/gpu/drm/mga/mga_state.c | |||
@@ -32,8 +32,8 @@ | |||
32 | * Gareth Hughes <gareth@valinux.com> | 32 | * Gareth Hughes <gareth@valinux.com> |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "drmP.h" | 35 | #include <drm/drmP.h> |
36 | #include "mga_drm.h" | 36 | #include <drm/mga_drm.h> |
37 | #include "mga_drv.h" | 37 | #include "mga_drv.h" |
38 | 38 | ||
39 | /* ================================================================ | 39 | /* ================================================================ |
diff --git a/drivers/gpu/drm/mga/mga_warp.c b/drivers/gpu/drm/mga/mga_warp.c index e38b17366635..0b76352260a9 100644 --- a/drivers/gpu/drm/mga/mga_warp.c +++ b/drivers/gpu/drm/mga/mga_warp.c | |||
@@ -32,8 +32,8 @@ | |||
32 | #include <linux/platform_device.h> | 32 | #include <linux/platform_device.h> |
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
34 | 34 | ||
35 | #include "drmP.h" | 35 | #include <drm/drmP.h> |
36 | #include "mga_drm.h" | 36 | #include <drm/mga_drm.h> |
37 | #include "mga_drv.h" | 37 | #include "mga_drv.h" |
38 | 38 | ||
39 | #define FIRMWARE_G200 "matrox/g200_warp.fw" | 39 | #define FIRMWARE_G200 "matrox/g200_warp.fw" |