aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i810/i810_drv.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-02 18:01:07 +0100
committerDavid Howells <dhowells@redhat.com>2012-10-02 18:01:07 +0100
commit760285e7e7ab282c25b5e90816f7c47000557f4f (patch)
treeb288dddd8ad2fdc51fa8b2022ea8db8603dd749c /drivers/gpu/drm/i810/i810_drv.c
parentUAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. (diff)
downloadlinux-dev-760285e7e7ab282c25b5e90816f7c47000557f4f.tar.xz
linux-dev-760285e7e7ab282c25b5e90816f7c47000557f4f.zip
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/i810/i810_drv.c')
-rw-r--r--drivers/gpu/drm/i810/i810_drv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i810/i810_drv.c b/drivers/gpu/drm/i810/i810_drv.c
index 51f0f0ddc022..2e91fc3580b4 100644
--- a/drivers/gpu/drm/i810/i810_drv.c
+++ b/drivers/gpu/drm/i810/i810_drv.c
@@ -32,11 +32,11 @@
#include <linux/module.h>
-#include "drmP.h"
-#include "i810_drm.h"
+#include <drm/drmP.h>
+#include <drm/i810_drm.h>
#include "i810_drv.h"
-#include "drm_pciids.h"
+#include <drm/drm_pciids.h>
static struct pci_device_id pciidlist[] = {
i810_PCI_IDS