@@ -36,7 +36,7 @@
#include "drmP.h"
#include "drm_core.h"
-#include "linux/pci.h"
+#include <linux/pci.h>
/**
* Get the bus id.
@@ -25,8 +25,8 @@
*
*/
-#include "linux/string.h"
-#include "linux/bitops.h"
+#include <linux/string.h>
+#include <linux/bitops.h>
#include "drmP.h"
#include "drm.h"
#include "i915_drm.h"
@@ -39,11 +39,11 @@
#define NOUVEAU_FAMILY 0x0000FFFF
#define NOUVEAU_FLAGS 0xFFFF0000
-#include "ttm/ttm_bo_api.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
-#include "ttm/ttm_memory.h"
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_bo_api.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
+#include <ttm/ttm_memory.h>
+#include <ttm/ttm_module.h>
struct nouveau_fpriv {
struct ttm_object_file *tfile;
@@ -29,10 +29,10 @@
* Keith Packard.
*/
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_bo_driver.h"
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_bo_driver.h>
#ifdef TTM_HAS_AGP
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_placement.h>
#include <linux/agp_backend.h>
#include <linux/module.h>
#include <linux/slab.h>
@@ -28,9 +28,9 @@
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
#include <linux/jiffies.h>
#include <linux/slab.h>
#include <linux/sched.h>
@@ -28,9 +28,9 @@
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
#include "drm_mm.h"
#include <linux/slab.h>
#include <linux/spinlock.h>
@@ -28,8 +28,8 @@
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
#include <linux/io.h>
#include <linux/highmem.h>
#include <linux/wait.h>
@@ -25,9 +25,9 @@
*
**************************************************************************/
-#include "ttm/ttm_execbuf_util.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_execbuf_util.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
#include <linux/wait.h>
#include <linux/sched.h>
#include <linux/module.h>
@@ -28,8 +28,8 @@
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-#include "ttm/ttm_lock.h"
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_lock.h>
+#include <ttm/ttm_module.h>
#include <asm/atomic.h>
#include <linux/errno.h>
#include <linux/wait.h>
@@ -25,9 +25,9 @@
*
**************************************************************************/
-#include "ttm/ttm_memory.h"
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_page_alloc.h"
+#include <ttm/ttm_memory.h>
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_page_alloc.h>
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <linux/wait.h>
@@ -31,7 +31,7 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/sched.h>
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_module.h>
#include "drm_sysfs.h"
static DECLARE_WAIT_QUEUE_HEAD(exit_q);
@@ -49,8 +49,8 @@
* for fast lookup of ref objects given a base object.
*/
-#include "ttm/ttm_object.h"
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_object.h>
+#include <ttm/ttm_module.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
@@ -42,8 +42,8 @@
#include <asm/atomic.h>
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_page_alloc.h"
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_page_alloc.h>
#ifdef TTM_HAS_AGP
#include <asm/agp.h>
@@ -36,10 +36,10 @@
#include <linux/slab.h>
#include "drm_cache.h"
#include "drm_mem_util.h"
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
-#include "ttm/ttm_page_alloc.h"
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
+#include <ttm/ttm_page_alloc.h>
static int ttm_tt_swapin(struct ttm_tt *ttm);
@@ -26,8 +26,8 @@
**************************************************************************/
#include "vmwgfx_drv.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
static uint32_t vram_placement_flags = TTM_PL_FLAG_VRAM |
TTM_PL_FLAG_CACHED;
@@ -27,10 +27,10 @@
#include "drmP.h"
#include "vmwgfx_drv.h"
-#include "ttm/ttm_placement.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_object.h"
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_placement.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_object.h>
+#include <ttm/ttm_module.h>
#define VMWGFX_DRIVER_NAME "vmwgfx"
#define VMWGFX_DRIVER_DESC "Linux drm driver for VMware graphics devices"
@@ -32,12 +32,12 @@
#include "drmP.h"
#include "vmwgfx_drm.h"
#include "drm_hashtab.h"
-#include "linux/suspend.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_object.h"
-#include "ttm/ttm_lock.h"
-#include "ttm/ttm_execbuf_util.h"
-#include "ttm/ttm_module.h"
+#include <linux/suspend.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_object.h>
+#include <ttm/ttm_lock.h>
+#include <ttm/ttm_execbuf_util.h>
+#include <ttm/ttm_module.h>
#define VMWGFX_DRIVER_DATE "20100927"
#define VMWGFX_DRIVER_MAJOR 1
@@ -27,8 +27,8 @@
#include "vmwgfx_drv.h"
#include "vmwgfx_reg.h"
-#include "ttm/ttm_bo_api.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_bo_api.h>
+#include <ttm/ttm_placement.h>
static int vmw_cmd_invalid(struct vmw_private *dev_priv,
struct vmw_sw_context *sw_context,
@@ -29,7 +29,7 @@
#include "drmP.h"
#include "vmwgfx_drv.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_placement.h>
#define VMW_DIRTY_DELAY (HZ / 30)
@@ -27,7 +27,7 @@
#include "vmwgfx_drv.h"
#include "drmP.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_placement.h>
bool vmw_fifo_have_3d(struct vmw_private *dev_priv)
{
@@ -27,7 +27,7 @@
#include "vmwgfx_drv.h"
#include "drmP.h"
-#include "ttm/ttm_bo_driver.h"
+#include <ttm/ttm_bo_driver.h>
/**
* FIXME: Adjust to the ttm lowmem / highmem storage to minimize
@@ -29,9 +29,9 @@
*/
#include "vmwgfx_drv.h"
-#include "ttm/ttm_module.h"
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_module.h>
+#include <ttm/ttm_bo_driver.h>
+#include <ttm/ttm_placement.h>
#include <linux/idr.h>
#include <linux/spinlock.h>
#include <linux/kernel.h>
@@ -29,7 +29,7 @@
#include "drmP.h"
#include "vmwgfx_drv.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_placement.h>
#include "svga_overlay.h"
#include "svga_escape.h"
@@ -27,8 +27,8 @@
#include "vmwgfx_drv.h"
#include "vmwgfx_drm.h"
-#include "ttm/ttm_object.h"
-#include "ttm/ttm_placement.h"
+#include <ttm/ttm_object.h>
+#include <ttm/ttm_placement.h>
#include "drmP.h"
#define VMW_RES_CONTEXT ttm_driver_type0
@@ -30,14 +30,14 @@
#ifndef _TTM_BO_DRIVER_H_
#define _TTM_BO_DRIVER_H_
-#include "ttm/ttm_bo_api.h"
-#include "ttm/ttm_memory.h"
-#include "ttm/ttm_module.h"
+#include <ttm/ttm_bo_api.h>
+#include <ttm/ttm_memory.h>
+#include <ttm/ttm_module.h>
#include "drm_mm.h"
#include "drm_global.h"
-#include "linux/workqueue.h"
-#include "linux/fs.h"
-#include "linux/spinlock.h"
+#include <linux/workqueue.h>
+#include <linux/fs.h>
+#include <linux/spinlock.h>
struct ttm_backend;
@@ -31,7 +31,7 @@
#ifndef _TTM_EXECBUF_UTIL_H_
#define _TTM_EXECBUF_UTIL_H_
-#include "ttm/ttm_bo_api.h"
+#include <ttm/ttm_bo_api.h>
#include <linux/list.h>
/**
@@ -49,7 +49,7 @@
#ifndef _TTM_LOCK_H_
#define _TTM_LOCK_H_
-#include "ttm/ttm_object.h"
+#include <ttm/ttm_object.h>
#include <linux/wait.h>
#include <asm/atomic.h>
Use the normal include style. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/gpu/drm/drm_ioctl.c | 2 +- drivers/gpu/drm/i915/i915_gem_tiling.c | 4 ++-- drivers/gpu/drm/nouveau/nouveau_drv.h | 10 +++++----- drivers/gpu/drm/ttm/ttm_agp_backend.c | 6 +++--- drivers/gpu/drm/ttm/ttm_bo.c | 6 +++--- drivers/gpu/drm/ttm/ttm_bo_manager.c | 6 +++--- drivers/gpu/drm/ttm/ttm_bo_util.c | 4 ++-- drivers/gpu/drm/ttm/ttm_execbuf_util.c | 6 +++--- drivers/gpu/drm/ttm/ttm_lock.c | 4 ++-- drivers/gpu/drm/ttm/ttm_memory.c | 6 +++--- drivers/gpu/drm/ttm/ttm_module.c | 2 +- drivers/gpu/drm/ttm/ttm_object.c | 4 ++-- drivers/gpu/drm/ttm/ttm_page_alloc.c | 4 ++-- drivers/gpu/drm/ttm/ttm_tt.c | 8 ++++---- drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 4 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 ++++---- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 12 ++++++------ drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 6 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 4 ++-- include/drm/ttm/ttm_bo_driver.h | 12 ++++++------ include/drm/ttm/ttm_execbuf_util.h | 2 +- include/drm/ttm/ttm_lock.h | 2 +- 27 files changed, 67 insertions(+), 67 deletions(-)