Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/vcn: remove unnecessary included headers

Esp. VCN1.0 headers should not be here

v2: add back the <linux/module.h> to keep consistent.

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Leo Liu and committed by
Alex Deucher
f06a58db 5a7489a7

-6
-6
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
··· 28 28 #include <linux/module.h> 29 29 #include <linux/pci.h> 30 30 31 - #include <drm/drm.h> 32 - 33 31 #include "amdgpu.h" 34 32 #include "amdgpu_pm.h" 35 33 #include "amdgpu_vcn.h" 36 34 #include "soc15d.h" 37 - #include "soc15_common.h" 38 - 39 - #include "vcn/vcn_1_0_offset.h" 40 - #include "vcn/vcn_1_0_sh_mask.h" 41 35 42 36 /* Firmware Names */ 43 37 #define FIRMWARE_RAVEN "amdgpu/raven_vcn.bin"