mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user