aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 4f2cc95ce264..543c79bd958c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -39,11 +39,11 @@
39#define NOUVEAU_FAMILY 0x0000FFFF 39#define NOUVEAU_FAMILY 0x0000FFFF
40#define NOUVEAU_FLAGS 0xFFFF0000 40#define NOUVEAU_FLAGS 0xFFFF0000
41 41
42#include "ttm/ttm_bo_api.h" 42#include <drm/ttm/ttm_bo_api.h>
43#include "ttm/ttm_bo_driver.h" 43#include <drm/ttm/ttm_bo_driver.h>
44#include "ttm/ttm_placement.h" 44#include <drm/ttm/ttm_placement.h>
45#include "ttm/ttm_memory.h" 45#include <drm/ttm/ttm_memory.h>
46#include "ttm/ttm_module.h" 46#include <drm/ttm/ttm_module.h>
47 47
48struct nouveau_fpriv { 48struct nouveau_fpriv {
49 spinlock_t lock; 49 spinlock_t lock;
@@ -59,7 +59,7 @@ nouveau_fpriv(struct drm_file *file_priv)
59 59
60#define DRM_FILE_PAGE_OFFSET (0x100000000ULL >> PAGE_SHIFT) 60#define DRM_FILE_PAGE_OFFSET (0x100000000ULL >> PAGE_SHIFT)
61 61
62#include "nouveau_drm.h" 62#include <drm/nouveau_drm.h>
63#include "nouveau_reg.h" 63#include "nouveau_reg.h"
64#include "nouveau_bios.h" 64#include "nouveau_bios.h"
65#include "nouveau_util.h" 65#include "nouveau_util.h"