diff options
| author | Likun Gao <[email protected]> | 2021-01-04 09:30:46 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-01-05 16:33:20 +0000 |
| commit | beea33e12c6dd029a31c33fef7da385fe307b004 (patch) | |
| tree | 60d1af555bc2c8b93b435bafac44b60bfe0ac9cb /drivers/gpu/drm/amd/amdgpu/athub_v2_1.c | |
| parent | drm/amdgpu: remove redundant logic related HDP (diff) | |
| download | kernel-beea33e12c6dd029a31c33fef7da385fe307b004.tar.gz kernel-beea33e12c6dd029a31c33fef7da385fe307b004.zip | |
drm/amdgpu: remove redundant include of navi10_enum
Remove unnecessary include of navi10_enum header file.
Signed-off-by: Likun Gao <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/athub_v2_1.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/athub_v2_1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c b/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c index 66c183ddd43e..7b1b18350bf9 100644 --- a/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c +++ b/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c @@ -26,7 +26,6 @@ #include "athub/athub_2_1_0_offset.h" #include "athub/athub_2_1_0_sh_mask.h" -#include "navi10_enum.h" #include "soc15_common.h" |
