From: Mario Limonciello Date: Wed, 1 Oct 2025 18:03:33 +0000 (-0500) Subject: drm/amd: Remove some unncessary header includes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=861fc60b172d8edc7ac867bbce628488a69abd0d;p=thirdparty%2Flinux.git drm/amd: Remove some unncessary header includes Unnecessary headers can slow down the build, drop em. No intended functional changes. Reviewed-by: Lijo Lazar Tested-by: Robert Beckett Signed-off-by: Mario Limonciello Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c b/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c index 554492dfa3c00..fb595a70bbd11 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c +++ b/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c @@ -20,7 +20,6 @@ * OTHER DEALINGS IN THE SOFTWARE. * */ -#include "pp_debug.h" #include #include #include @@ -28,12 +27,10 @@ #include #include #include "amd_shared.h" -#include "amd_powerplay.h" #include "power_state.h" #include "amdgpu.h" #include "hwmgr.h" #include "amdgpu_dpm_internal.h" -#include "amdgpu_display.h" static const struct amd_pm_funcs pp_dpm_funcs;