diff options
| author | Masahiro Yamada <[email protected]> | 2017-04-24 04:50:21 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2017-05-16 15:17:41 +0000 |
| commit | 248a1d6f1ac410d3ed3907c1be2502e286f59bb8 (patch) | |
| tree | e8d923f6650907c3e7128d2cb3bcea7cc02a3334 /drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | |
| parent | drm/ttm: fix include notation and remove -Iinclude/drm flag (diff) | |
| download | kernel-248a1d6f1ac410d3ed3907c1be2502e286f59bb8.tar.gz kernel-248a1d6f1ac410d3ed3907c1be2502e286f59bb8.zip | |
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 <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c index 38e9b0d3659a..1cb52fd19060 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c @@ -22,7 +22,7 @@ * Authors: Alex Deucher */ -#include "drmP.h" +#include <drm/drmP.h> #include "amdgpu.h" #include "amdgpu_atombios.h" #include "amdgpu_i2c.h" |
