diff options
| author | Xu Panda <[email protected]> | 2022-09-12 03:22:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-09-13 18:33:02 +0000 |
| commit | ee10818362d81ca1796cacdfb8a6c6f857cdb34a (patch) | |
| tree | d6095a7ed0f77a6e067c09f9cf902a11c90343a8 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | |
| parent | drm/amd/display: Remove the unused function copy_stream_update_to_stream() (diff) | |
| download | kernel-ee10818362d81ca1796cacdfb8a6c6f857cdb34a.tar.gz kernel-ee10818362d81ca1796cacdfb8a6c6f857cdb34a.zip | |
drm/amd/display/amdgpu_dm: remove duplicate included header files
soc15_common.h is included more than once.
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Xu Panda <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 4d92e55b4f64..5da2a1d97b81 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -98,8 +98,6 @@ #include "soc15_common.h" #include "vega10_ip_offset.h" -#include "soc15_common.h" - #include "gc/gc_11_0_0_offset.h" #include "gc/gc_11_0_0_sh_mask.h" |
