diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 00:50:21 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-16 11:17:41 -0400 |
commit | 248a1d6f1ac410d3ed3907c1be2502e286f59bb8 (patch) | |
tree | e8d923f6650907c3e7128d2cb3bcea7cc02a3334 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | 2da83319a19f9d9e0058e4c0a6a115b8456fcd48 (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_drv.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 73e982cd6136..2a4113bbc18a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <linux/module.h> | 39 | #include <linux/module.h> |
40 | #include <linux/pm_runtime.h> | 40 | #include <linux/pm_runtime.h> |
41 | #include <linux/vga_switcheroo.h> | 41 | #include <linux/vga_switcheroo.h> |
42 | #include "drm_crtc_helper.h" | 42 | #include <drm/drm_crtc_helper.h> |
43 | 43 | ||
44 | #include "amdgpu.h" | 44 | #include "amdgpu.h" |
45 | #include "amdgpu_irq.h" | 45 | #include "amdgpu_irq.h" |