[PATCH 0/6] drm: Trivial include fixes

Thomas Zimmermann tzimmermann at suse.de
Fri Oct 11 14:41:18 UTC 2024


Fix several proxy includes related to <linux/backlight.h>, which in
turn includes <linux/fb.h>. This includes several more headers that
declare interfaces used by drivers. As backlight.h is expected to not
refer to fb.h soon, resolve the proxy includes by including required
header files directly.

Thomas Zimmermann (6):
  drm/fsl-dcu: Include <linux/of.h>
  drm/panel: Include <linux/of.h>
  drm/panel: panel-orisetech-otm8009a: Include <linux/mod_devicetable.h>
  drm/panel: panel-samsung-s6e3ha2: Include <linux/mod_devicetable.h>
  drm/panel: panel-samsung-s6e63m0: Include <linux/property.h>
  drm/tiny: panel-mipi-dbi: Include <linux/of.h>

 drivers/gpu/drm/drm_panel.c                      | 1 +
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c        | 1 +
 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 1 +
 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c | 1 +
 drivers/gpu/drm/panel/panel-samsung-s6e63m0.c    | 1 +
 drivers/gpu/drm/tiny/panel-mipi-dbi.c            | 1 +
 6 files changed, 6 insertions(+)

-- 
2.46.0



More information about the dri-devel mailing list