From: Stephen Rothwell Date: Thu, 30 Oct 2025 08:28:28 +0000 (+0100) Subject: drm/panel: synaptics-tddi: fix build error by missing regulator/consumer.h include X-Git-Tag: v6.19-rc1~157^2~16^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66610c08e954e6a995c2504934e54f8945f9ee49;p=thirdparty%2Fkernel%2Flinux.git drm/panel: synaptics-tddi: fix build error by missing regulator/consumer.h include Fix up for "backlight: Do not include 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/20251030151428.3c1f11ea@canb.auug.org.au/ Acked-by: Thomas Zimmermann Signed-off-by: Stephen Rothwell Signed-off-by: Neil Armstrong Link: https://patch.msgid.link/20251030-topic-drm-fix-panel-synaptics-tddi-v1-1-206519d246e8@linaro.org --- diff --git a/drivers/gpu/drm/panel/panel-synaptics-tddi.c b/drivers/gpu/drm/panel/panel-synaptics-tddi.c index a4b3cbdebb6ca..0aea1854710ed 100644 --- a/drivers/gpu/drm/panel/panel-synaptics-tddi.c +++ b/drivers/gpu/drm/panel/panel-synaptics-tddi.c @@ -9,6 +9,7 @@ #include #include #include +#include #include