diff options
| author | 2017-11-29 14:04:58 -0500 | |
|---|---|---|
| committer | 2017-12-08 11:35:19 -0500 | |
| commit | 4fd09a19a6337b1a58d6de8777e2210cec55ae84 (patch) | |
| tree | 9cdfe965da4673be00e1627eb60cd08b2ac8e1fb /drivers/gpu/drm/amd/amdgpu/soc15.c | |
| parent | drm/amdgpu: Change SOC15_REG_OFFSET to use dynamic register offset (diff) | |
| download | wireguard-linux-4fd09a19a6337b1a58d6de8777e2210cec55ae84.tar.xz wireguard-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/soc15.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 47fafe8540cb..2752d8d3e5ae 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -34,7 +34,6 @@ #include "atom.h" #include "amd_pcie.h" -#include "soc15ip.h" #include "uvd/uvd_7_0_offset.h" #include "gc/gc_9_0_offset.h" #include "gc/gc_9_0_sh_mask.h" |
