diff options
author | Monk Liu <Monk.Liu@amd.com> | 2020-03-04 08:46:09 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-01 21:44:42 +0300 |
commit | 8884532a6e0fb3f76affd26b0c57e58a5833c072 (patch) | |
tree | 701669611cdf44979cb13f0b4b0ac7e4710588c1 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
parent | 714309f0f3e32a52beca44460986caf8d9e143f3 (diff) | |
download | linux-8884532a6e0fb3f76affd26b0c57e58a5833c072.tar.xz |
drm/amdgpu: purge ip_discovery headers
those two headers are not needed for ip discovery
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Emily Deng <Emily.Deng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 27d8ae19a7a4..37e1fcf970b8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -23,9 +23,7 @@ #include "amdgpu.h" #include "amdgpu_discovery.h" -#include "soc15_common.h" #include "soc15_hw_ip.h" -#include "nbio/nbio_2_3_offset.h" #include "discovery.h" #define mmRCC_CONFIG_MEMSIZE 0xde3 |