[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220128070519.1210105-1-deng.changcheng@zte.com.cn>
Date: Fri, 28 Jan 2022 07:05:19 +0000
From: cgel.zte@...il.com
To: alexander.deucher@....com
Cc: christian.koenig@....com, Xinhui.Pan@....com, airlied@...ux.ie,
daniel@...ll.ch, evan.quan@....com, Hawking.Zhang@....com,
andrey.grodzovsky@....com, shaoyun.liu@....com,
Jack.Zhang1@....com, lijo.lazar@....com,
amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Changcheng Deng <deng.changcheng@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH] drm/amdgpu: remove duplicate include in 'amdgpu_device.c'
From: Changcheng Deng <deng.changcheng@....com.cn>
'linux/pci.h' included in 'amdgpu_device.c' is duplicated.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@....com.cn>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index dd5979098e63..289c5c626324 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -56,7 +56,6 @@
#include "soc15.h"
#include "nv.h"
#include "bif/bif_4_1_d.h"
-#include <linux/pci.h>
#include <linux/firmware.h>
#include "amdgpu_vf_error.h"
--
2.25.1
Powered by blists - more mailing lists