diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2018-11-21 12:41:03 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-21 15:32:19 -0500 |
commit | 0a46fc2eee81eb420cb2e24b4a079d5885c3c3cf (patch) | |
tree | a404a3b4e36cfc4048f4573bcbc00f48e5b06653 | |
parent | 6c3c559325ab0a2d8128ffdd4088fe891706c4d3 (diff) | |
download | linux-0a46fc2eee81eb420cb2e24b4a079d5885c3c3cf.tar.bz2 |
drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header
Remove gca/gfx_8_0_d.h which is included more than once
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c index 3e84840859a7..2668effadd27 100644 --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c @@ -37,7 +37,6 @@ #include "gca/gfx_8_0_d.h" #include "smu/smu_7_1_2_d.h" #include "smu/smu_7_1_2_sh_mask.h" -#include "gca/gfx_8_0_d.h" #include "gca/gfx_8_0_sh_mask.h" #include "ivsrcid/ivsrcid_vislands30.h" |