From: YueHaibing Date: Wed, 10 Jul 2019 01:57:20 +0000 (+0000) Subject: drm/amdgpu: remove duplicated include from gfx_v9_0.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=252d2a5246363c36b66bb13d73978b8b4b71b1ef;p=openwrt%2Fstaging%2Fblogic.git drm/amdgpu: remove duplicated include from gfx_v9_0.c Remove duplicated include. Signed-off-by: YueHaibing Signed-off-by: Alex Deucher --- 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"