]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: ihs_video_out: Add missing <asm/io.h> to ihs_video_out.c
authorTom Rini <trini@konsulko.com>
Wed, 12 Nov 2025 20:00:06 +0000 (14:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 30 Dec 2025 16:21:48 +0000 (10:21 -0600)
This driver references IO macros while relying on an indirection
inclusion of <asm/io.h>. Add the missing include directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/video/ihs_video_out.c

index bf4d4995c36c869d328e46e6f834eea29c190f5a..e2130274b491fd5a74f1dfb25df0f0eea90693a1 100644 (file)
@@ -15,6 +15,7 @@
 #include <regmap.h>
 #include <video_osd.h>
 #include <asm/gpio.h>
+#include <asm/io.h>
 
 static const uint MAX_X_CHARS = 53;
 static const uint MAX_Y_CHARS = 26;