summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/dce6_afmt.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2023-12-12 15:53:38 +0200
committerAlex Deucher <alexander.deucher@amd.com>2023-12-13 15:28:31 -0500
commite747235ef3c253298157b6cd634b9b2695f33d20 (patch)
tree0aa6e643fb8ab89b84356ffe0e8b196c0fb130d8 /drivers/gpu/drm/radeon/dce6_afmt.c
parent91963397c49aa2907aeafa52d929555dcbc9cd07 (diff)
downloadlinux-e747235ef3c253298157b6cd634b9b2695f33d20.tar.gz
linux-e747235ef3c253298157b6cd634b9b2695f33d20.tar.bz2
linux-e747235ef3c253298157b6cd634b9b2695f33d20.zip
drm/radeon: include drm/drm_edid.h only where needed
Including drm_edid.h from radeon_mode.h causes the rebuild of more than a hundred files when drm_edid.h is modified, while there are only a handful of files that actually need to include drm_edid.h. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/dce6_afmt.c')
-rw-r--r--drivers/gpu/drm/radeon/dce6_afmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/dce6_afmt.c b/drivers/gpu/drm/radeon/dce6_afmt.c
index 4a1d5447eac1..4c06f47453fd 100644
--- a/drivers/gpu/drm/radeon/dce6_afmt.c
+++ b/drivers/gpu/drm/radeon/dce6_afmt.c
@@ -21,6 +21,7 @@
*
*/
#include <linux/hdmi.h>
+#include <drm/drm_edid.h>
#include "dce6_afmt.h"
#include "radeon.h"