diff options
author | Kevin Wang <kevin1.wang@amd.com> | 2020-03-10 11:03:05 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-03-13 16:52:36 +0100 |
commit | f88ef3ca869d04e4d66468a478b6b817772ce243 (patch) | |
tree | 52d00f4118c974caf78ed76dc92475d30d436c20 /drivers/gpu/drm/amd/powerplay/smu_v12_0.c | |
parent | drm/amdgpu: add codes to clear AccVGPR for arcturus (diff) | |
download | linux-f88ef3ca869d04e4d66468a478b6b817772ce243.tar.xz linux-f88ef3ca869d04e4d66468a478b6b817772ce243.zip |
drm/amdgpu/swsmu: clean up unused header in swsmu
clean up unused header in swsmu driver stack:
1. pp_debug.h
2. amd_pcie.h
3. soc15_common.h
Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smu_v12_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smu_v12_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smu_v12_0.c b/drivers/gpu/drm/amd/powerplay/smu_v12_0.c index d52e624f16d3..169ebdad87b8 100644 --- a/drivers/gpu/drm/amd/powerplay/smu_v12_0.c +++ b/drivers/gpu/drm/amd/powerplay/smu_v12_0.c @@ -20,7 +20,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include "pp_debug.h" #include <linux/firmware.h> #include "amdgpu.h" #include "amdgpu_smu.h" |