diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-07-31 11:47:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-07-31 15:33:41 -0400 |
commit | fa1884f9d8016bbd94e5b6c7c9abb4bd3b223bad (patch) | |
tree | d9f0ee0fac39739f9696709020ccefb2b28ff728 | |
parent | 9a2ffeb525a1c6f4e25afe0598a10ec43731cb6e (diff) |
drm/amdgpu: drop drmP.h from vcn_v2_5.c
Unused.
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c index 0c84dbc6a62d..395c2259f979 100644 --- a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | |||
@@ -22,7 +22,7 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/firmware.h> | 24 | #include <linux/firmware.h> |
25 | #include <drm/drmP.h> | 25 | |
26 | #include "amdgpu.h" | 26 | #include "amdgpu.h" |
27 | #include "amdgpu_vcn.h" | 27 | #include "amdgpu_vcn.h" |
28 | #include "soc15.h" | 28 | #include "soc15.h" |