From: Ma Jun Date: Mon, 1 Aug 2022 01:52:47 +0000 (+0800) Subject: drm/amdgpu: Remove redundant reference of header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=616699d77b3813c24bf46090e722da227bd56cbf;p=linux.git drm/amdgpu: Remove redundant reference of header file Remove redundant reference of header file dev_printk.h Signed-off-by: Ma Jun Reviewed-by: Guchun Chen Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index 63b2d32545ccd..e8e0004bbb7aa 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 #include #include "amdgpu.h" #include "amdgpu_psp.h"