diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-07-10 01:57:20 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-21 22:18:54 -0500 |
commit | 252d2a5246363c36b66bb13d73978b8b4b71b1ef (patch) | |
tree | a4100e6b6a9f84ed3c1310bd3551adae49bea4e8 /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | |
parent | 6892c1f866bf17f9c945f04716610e4240c35f54 (diff) |
drm/amdgpu: remove duplicated include from gfx_v9_0.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index c4cc097ee45b..dca18c745302 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -40,7 +40,6 @@ #include "vega10_enum.h" #include "hdp/hdp_4_0_offset.h" -#include "soc15.h" #include "soc15_common.h" #include "clearstate_gfx9.h" #include "v9_structs.h" |