diff options
author | Jani Nikula <jani.nikula@intel.com> | 2023-12-12 15:53:38 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-12-13 15:28:31 -0500 |
commit | e747235ef3c253298157b6cd634b9b2695f33d20 (patch) | |
tree | 0aa6e643fb8ab89b84356ffe0e8b196c0fb130d8 /drivers/gpu/drm/radeon/radeon_combios.c | |
parent | 91963397c49aa2907aeafa52d929555dcbc9cd07 (diff) | |
download | linux-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/radeon_combios.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_combios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index 2620efc7c675..6952b1273b0f 100644 --- a/drivers/gpu/drm/radeon/radeon_combios.c +++ b/drivers/gpu/drm/radeon/radeon_combios.c @@ -28,6 +28,7 @@ #include <linux/pci.h> #include <drm/drm_device.h> +#include <drm/drm_edid.h> #include <drm/radeon_drm.h> #include "radeon.h" |