Reviewed-by: Guchun Chen <[email protected]> Regards, Guchun
-----Original Message----- From: Ma, Jun <[email protected]> Sent: Tuesday, August 2, 2022 11:17 AM To: [email protected]; Deucher, Alexander <[email protected]> Cc: Ma, Jun <[email protected]>; Chen, Guchun <[email protected]>; Zhang, Hawking <[email protected]> Subject: [PATCH RESEND] drm/amdgpu: Remove redundant reference of header file Remove redundant reference of header file dev_printk.h Signed-off-by: Ma Jun <[email protected]> --- drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index c9821f89eeed..c39e8b333181 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c @@ -20,7 +20,6 @@ * OTHER DEALINGS IN THE SOFTWARE. * */ -#include <linux/dev_printk.h> #include <drm/drm_drv.h> #include "amdgpu.h" #include "amdgpu_psp.h" -- 2.25.1
