diff options
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_tt.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_tt.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index fa09daf9a50c..82a529e45afe 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c | |||
@@ -38,12 +38,12 @@ | |||
38 | #include <linux/swap.h> | 38 | #include <linux/swap.h> |
39 | #include <linux/slab.h> | 39 | #include <linux/slab.h> |
40 | #include <linux/export.h> | 40 | #include <linux/export.h> |
41 | #include "drm_cache.h" | 41 | #include <drm/drm_cache.h> |
42 | #include "drm_mem_util.h" | 42 | #include <drm/drm_mem_util.h> |
43 | #include "ttm/ttm_module.h" | 43 | #include <drm/ttm/ttm_module.h> |
44 | #include "ttm/ttm_bo_driver.h" | 44 | #include <drm/ttm/ttm_bo_driver.h> |
45 | #include "ttm/ttm_placement.h" | 45 | #include <drm/ttm/ttm_placement.h> |
46 | #include "ttm/ttm_page_alloc.h" | 46 | #include <drm/ttm/ttm_page_alloc.h> |
47 | 47 | ||
48 | /** | 48 | /** |
49 | * Allocates storage for pointers to the pages that back the ttm. | 49 | * Allocates storage for pointers to the pages that back the ttm. |