diff options
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 36f4b28c1b90..402ab69f9f99 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c | |||
@@ -30,9 +30,9 @@ | |||
30 | 30 | ||
31 | #define pr_fmt(fmt) "[TTM] " fmt | 31 | #define pr_fmt(fmt) "[TTM] " fmt |
32 | 32 | ||
33 | #include "ttm/ttm_module.h" | 33 | #include <drm/ttm/ttm_module.h> |
34 | #include "ttm/ttm_bo_driver.h" | 34 | #include <drm/ttm/ttm_bo_driver.h> |
35 | #include "ttm/ttm_placement.h" | 35 | #include <drm/ttm/ttm_placement.h> |
36 | #include <linux/jiffies.h> | 36 | #include <linux/jiffies.h> |
37 | #include <linux/slab.h> | 37 | #include <linux/slab.h> |
38 | #include <linux/sched.h> | 38 | #include <linux/sched.h> |