aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-02 13:01:07 -0400
committerDavid Howells <dhowells@redhat.com>2012-10-02 13:01:07 -0400
commit760285e7e7ab282c25b5e90816f7c47000557f4f (patch)
treeb288dddd8ad2fdc51fa8b2022ea8db8603dd749c /drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
parent4126d5d61f8466be3f76c1bc4e16d46eb2c9641b (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/vmwgfx/vmwgfx_drv.h')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_drv.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
index 29c984ff7f23..88a179e26de9 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
@@ -29,15 +29,15 @@
29#define _VMWGFX_DRV_H_ 29#define _VMWGFX_DRV_H_
30 30
31#include "vmwgfx_reg.h" 31#include "vmwgfx_reg.h"
32#include "drmP.h" 32#include <drm/drmP.h>
33#include "vmwgfx_drm.h" 33#include <drm/vmwgfx_drm.h>
34#include "drm_hashtab.h" 34#include <drm/drm_hashtab.h>
35#include "linux/suspend.h" 35#include <linux/suspend.h>
36#include "ttm/ttm_bo_driver.h" 36#include <drm/ttm/ttm_bo_driver.h>
37#include "ttm/ttm_object.h" 37#include <drm/ttm/ttm_object.h>
38#include "ttm/ttm_lock.h" 38#include <drm/ttm/ttm_lock.h>
39#include "ttm/ttm_execbuf_util.h" 39#include <drm/ttm/ttm_execbuf_util.h>
40#include "ttm/ttm_module.h" 40#include <drm/ttm/ttm_module.h>
41#include "vmwgfx_fence.h" 41#include "vmwgfx_fence.h"
42 42
43#define VMWGFX_DRIVER_DATE "20120209" 43#define VMWGFX_DRIVER_DATE "20120209"