diff options
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_agp_backend.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_agp_backend.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 4a8728291361..3302f99e7497 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c | |||
@@ -31,11 +31,11 @@ | |||
31 | 31 | ||
32 | #define pr_fmt(fmt) "[TTM] " fmt | 32 | #define pr_fmt(fmt) "[TTM] " fmt |
33 | 33 | ||
34 | #include "ttm/ttm_module.h" | 34 | #include <drm/ttm/ttm_module.h> |
35 | #include "ttm/ttm_bo_driver.h" | 35 | #include <drm/ttm/ttm_bo_driver.h> |
36 | #include "ttm/ttm_page_alloc.h" | 36 | #include <drm/ttm/ttm_page_alloc.h> |
37 | #ifdef TTM_HAS_AGP | 37 | #ifdef TTM_HAS_AGP |
38 | #include "ttm/ttm_placement.h" | 38 | #include <drm/ttm/ttm_placement.h> |
39 | #include <linux/agp_backend.h> | 39 | #include <linux/agp_backend.h> |
40 | #include <linux/module.h> | 40 | #include <linux/module.h> |
41 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |