video: ihs_video_out: Add missing <asm/io.h> to ihs_video_out.c

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>
This commit is contained in:
Tom Rini
2025-11-12 14:00:06 -06:00
parent e1bcce1dbb
commit 082e5118da

View 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;