aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_object.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_object.c b/drivers/gpu/drm/ttm/ttm_object.c
index 68daca412cbd..c7857874956a 100644
--- a/drivers/gpu/drm/ttm/ttm_object.c
+++ b/drivers/gpu/drm/ttm/ttm_object.c
@@ -51,8 +51,8 @@
51 51
52#define pr_fmt(fmt) "[TTM] " fmt 52#define pr_fmt(fmt) "[TTM] " fmt
53 53
54#include "ttm/ttm_object.h" 54#include <drm/ttm/ttm_object.h>
55#include "ttm/ttm_module.h" 55#include <drm/ttm/ttm_module.h>
56#include <linux/list.h> 56#include <linux/list.h>
57#include <linux/spinlock.h> 57#include <linux/spinlock.h>
58#include <linux/slab.h> 58#include <linux/slab.h>