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-Tag: v5.4-rc1~106^2~7^2~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=252d2a5246363c36b66bb13d73978b8b4b71b1ef;p=thirdparty%2Fkernel%2Flinux.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 c4cc097ee45be..dca18c7453029 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"