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/cirrus/cirrus_main.c | |
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/cirrus/cirrus_main.c')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_main.c b/drivers/gpu/drm/cirrus/cirrus_main.c index 5690d2412607..6a9b12e88d46 100644 --- a/drivers/gpu/drm/cirrus/cirrus_main.c +++ b/drivers/gpu/drm/cirrus/cirrus_main.c | |||
@@ -8,8 +8,8 @@ | |||
8 | * Authors: Matthew Garrett | 8 | * Authors: Matthew Garrett |
9 | * Dave Airlie | 9 | * Dave Airlie |
10 | */ | 10 | */ |
11 | #include "drmP.h" | 11 | #include <drm/drmP.h> |
12 | #include "drm_crtc_helper.h" | 12 | #include <drm/drm_crtc_helper.h> |
13 | 13 | ||
14 | #include "cirrus_drv.h" | 14 | #include "cirrus_drv.h" |
15 | 15 | ||