aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_memory.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_memory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_memory.c b/drivers/gpu/drm/ttm/ttm_memory.c
index 23d2ecbaed59..479c6b0467ca 100644
--- a/drivers/gpu/drm/ttm/ttm_memory.c
+++ b/drivers/gpu/drm/ttm/ttm_memory.c
@@ -27,9 +27,9 @@
27 27
28#define pr_fmt(fmt) "[TTM] " fmt 28#define pr_fmt(fmt) "[TTM] " fmt
29 29
30#include "ttm/ttm_memory.h" 30#include <drm/ttm/ttm_memory.h>
31#include "ttm/ttm_module.h" 31#include <drm/ttm/ttm_module.h>
32#include "ttm/ttm_page_alloc.h" 32#include <drm/ttm/ttm_page_alloc.h>
33#include <linux/spinlock.h> 33#include <linux/spinlock.h>
34#include <linux/sched.h> 34#include <linux/sched.h>
35#include <linux/wait.h> 35#include <linux/wait.h>