From: Stephen Rothwell <[email protected]>
Fix up for "backlight: Do not include <linux/fb.h> in header file"
interacting with [1] from the drm-misc tree.
[1] commit 3eae82503f4f ("drm: panel: add support for Synaptics TDDI series DSI
panels")
Fixes: 3eae82503f4f ("drm: panel: add support for Synaptics TDDI series DSI
panels")
Closes: https://lore.kernel.org/all/[email protected]/
Acked-by: Thomas Zimmermann <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/gpu/drm/panel/panel-synaptics-tddi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/panel/panel-synaptics-tddi.c
b/drivers/gpu/drm/panel/panel-synaptics-tddi.c
index a4b3cbdebb6c..0aea1854710e 100644
--- a/drivers/gpu/drm/panel/panel-synaptics-tddi.c
+++ b/drivers/gpu/drm/panel/panel-synaptics-tddi.c
@@ -9,6 +9,7 @@
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of.h>
+#include <linux/regulator/consumer.h>
#include <video/mipi_display.h>
---
base-commit: bdaf9fa04946b9d1086d69b7269c113ace8e9f76
change-id: 20251030-topic-drm-fix-panel-synaptics-tddi-e4fd649c2130
Best regards,
--
Neil Armstrong <[email protected]>