[PATCH] drm/amd/amdgpu: Remove duplicate including duplicate header

From: Hariprasad Kelam
Date: Sun May 26 2019 - 03:36:21 EST


remove duplicate entry of soc15.h. Issue identified by includecheck

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
---
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index c763733..d723332 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@ -34,7 +34,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"
--
2.7.4