diff options
| author | Mario Limonciello <[email protected]> | 2025-07-06 14:55:58 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-07-28 20:40:30 +0000 |
| commit | c491b1a2569e74ee57640494cc1ead2fa4072070 (patch) | |
| tree | c61fd24295d5761ade18c3a1b91efcdd9c998b73 /drivers/gpu/drm/amd/display | |
| parent | drm/amd/display: Add missing SPDX license identifier (diff) | |
| download | kernel-c491b1a2569e74ee57640494cc1ead2fa4072070.tar.gz kernel-c491b1a2569e74ee57640494cc1ead2fa4072070.zip | |
drm/amd/display: Drop unused include
[Why]
Extra includes slow down compile time.
[How]
Drop unnecessary include.
Reviewed-by: Sun peng (Leo) Li <[email protected]>
Signed-off-by: Mario Limonciello <[email protected]>
Signed-off-by: Ivan Lipski <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c index de0a4968379b..fd491b7a3cd7 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c @@ -27,7 +27,6 @@ #include "amdgpu_dm_psr.h" #include "dc_dmub_srv.h" #include "dc.h" -#include "dm_helpers.h" #include "amdgpu_dm.h" #include "modules/power/power_helpers.h" |
