diff options
author | Ma Jun <Jun.Ma2@amd.com> | 2022-08-01 04:52:47 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-08-10 22:10:04 +0300 |
commit | 616699d77b3813c24bf46090e722da227bd56cbf (patch) | |
tree | 8290d64dffcc7c799b3e98533122b9f15f10b538 /drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | |
parent | 0a83bb35d8a6ff3d18c2772afe616780c23293a6 (diff) | |
download | linux-616699d77b3813c24bf46090e722da227bd56cbf.tar.xz |
drm/amdgpu: Remove redundant reference of header file
Remove redundant reference of header file dev_printk.h
Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_v13_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index 63b2d32545cc..e8e0004bbb7a 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" |