aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_page_alloc_dma.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_page_alloc_dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c b/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
index 4f9e548b2eec..d4aa5a82ab1b 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
@@ -47,8 +47,8 @@
47#include <linux/atomic.h> 47#include <linux/atomic.h>
48#include <linux/device.h> 48#include <linux/device.h>
49#include <linux/kthread.h> 49#include <linux/kthread.h>
50#include "ttm/ttm_bo_driver.h" 50#include <drm/ttm/ttm_bo_driver.h>
51#include "ttm/ttm_page_alloc.h" 51#include <drm/ttm/ttm_page_alloc.h>
52#ifdef TTM_HAS_AGP 52#ifdef TTM_HAS_AGP
53#include <asm/agp.h> 53#include <asm/agp.h>
54#endif 54#endif