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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd: Remove some unncessary header includes

Unnecessary headers can slow down the build, drop em.

No intended functional changes.

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Tested-by: Robert Beckett <bob.beckett@collabora.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Mario Limonciello and committed by
Alex Deucher
861fc60b 00090268

-3
-3
drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
··· 20 20 * OTHER DEALINGS IN THE SOFTWARE. 21 21 * 22 22 */ 23 - #include "pp_debug.h" 24 23 #include <linux/types.h> 25 24 #include <linux/kernel.h> 26 25 #include <linux/gfp.h> ··· 27 28 #include <linux/firmware.h> 28 29 #include <linux/reboot.h> 29 30 #include "amd_shared.h" 30 - #include "amd_powerplay.h" 31 31 #include "power_state.h" 32 32 #include "amdgpu.h" 33 33 #include "hwmgr.h" 34 34 #include "amdgpu_dpm_internal.h" 35 - #include "amdgpu_display.h" 36 35 37 36 static const struct amd_pm_funcs pp_dpm_funcs; 38 37