aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-04-24 00:50:21 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-05-16 11:17:41 -0400
commit248a1d6f1ac410d3ed3907c1be2502e286f59bb8 (patch)
treee8d923f6650907c3e7128d2cb3bcea7cc02a3334 /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
parent2da83319a19f9d9e0058e4c0a6a115b8456fcd48 (diff)
drm/amd: fix include notation and remove -Iinclude/drm flag
Include <drm/*.h> instead of relative path from include/drm, then remove the -Iinclude/drm compiler flag. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-4-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 35d53a0d9ba6..6a3028c13580 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -29,11 +29,11 @@
29 * Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> 29 * Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
30 * Dave Airlie 30 * Dave Airlie
31 */ 31 */
32#include <ttm/ttm_bo_api.h> 32#include <drm/ttm/ttm_bo_api.h>
33#include <ttm/ttm_bo_driver.h> 33#include <drm/ttm/ttm_bo_driver.h>
34#include <ttm/ttm_placement.h> 34#include <drm/ttm/ttm_placement.h>
35#include <ttm/ttm_module.h> 35#include <drm/ttm/ttm_module.h>
36#include <ttm/ttm_page_alloc.h> 36#include <drm/ttm/ttm_page_alloc.h>
37#include <drm/drmP.h> 37#include <drm/drmP.h>
38#include <drm/amdgpu_drm.h> 38#include <drm/amdgpu_drm.h>
39#include <linux/seq_file.h> 39#include <linux/seq_file.h>