diff options
author | Jani Nikula <jani.nikula@intel.com> | 2023-10-31 12:16:40 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2023-11-09 16:47:31 +0200 |
commit | 439590ace7755657523a1a0230c6099cb0a6e15f (patch) | |
tree | 70d77fcee96f689c6b359fd90c535fb5afbc491f /include/drm/drm_edid.h | |
parent | 533914536bf5cb5984755244f5aa13cf93cc84d3 (diff) | |
download | linux-439590ace7755657523a1a0230c6099cb0a6e15f.tar.gz linux-439590ace7755657523a1a0230c6099cb0a6e15f.tar.bz2 linux-439590ace7755657523a1a0230c6099cb0a6e15f.zip |
drm/edid: include drm_eld.h only where required
Reduce the dependencies on drm_eld.h. Some files might be able to drop
the dependency on drm_edid.h too with the direct inclusion of drm_eld.h.
Cc: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/9f5963ce900d747f3279312c0cd1da599fd83f94.1698747331.git.jani.nikula@intel.com
Diffstat (limited to 'include/drm/drm_edid.h')
-rw-r--r-- | include/drm/drm_edid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 1ff52f57ab9c..e98aa6818700 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h @@ -25,7 +25,6 @@ #include <linux/types.h> #include <linux/hdmi.h> -#include <drm/drm_eld.h> /* FIXME: remove this, include directly where needed */ #include <drm/drm_mode.h> struct drm_device; |