diff options
author | Shaoyun Liu <Shaoyun.Liu@amd.com> | 2017-11-29 20:04:58 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-08 17:35:19 +0100 |
commit | 4fd09a19a6337b1a58d6de8777e2210cec55ae84 (patch) | |
tree | 9cdfe965da4673be00e1627eb60cd08b2ac8e1fb /drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | |
parent | drm/amdgpu: Change SOC15_REG_OFFSET to use dynamic register offset (diff) | |
download | linux-4fd09a19a6337b1a58d6de8777e2210cec55ae84.tar.xz linux-4fd09a19a6337b1a58d6de8777e2210cec55ae84.zip |
drm/admgpu: Reduce the usage of soc15ip.h
Remove the header where it's not used.
Acked-by: Christian Konig <christian.koenig@amd.com>
Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index d3b1e5069e65..1fb51946a718 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c @@ -27,7 +27,6 @@ #include "amdgpu_ucode.h" #include "amdgpu_trace.h" -#include "soc15ip.h" #include "sdma0/sdma0_4_0_offset.h" #include "sdma0/sdma0_4_0_sh_mask.h" #include "sdma1/sdma1_4_0_offset.h" |