From: Tom Rini Date: Wed, 12 Nov 2025 20:00:08 +0000 (-0600) Subject: video: stm32: stm32_ltdc: Add missing to stm32_ltdc.c X-Git-Tag: v2026.04-rc1~32^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f78b815af652cf7ce47db48f93d6283cad4c5b;p=thirdparty%2Fu-boot.git video: stm32: stm32_ltdc: Add missing to stm32_ltdc.c This driver references the SZ_ macros while relying on an indirection inclusion of . Add the missing include directly. Signed-off-by: Tom Rini --- diff --git a/drivers/video/stm32/stm32_ltdc.c b/drivers/video/stm32/stm32_ltdc.c index 0a062c8939d..1281acaaade 100644 --- a/drivers/video/stm32/stm32_ltdc.c +++ b/drivers/video/stm32/stm32_ltdc.c @@ -20,6 +20,7 @@ #include #include #include +#include struct stm32_ltdc_priv { void __iomem *regs;