diff options
Diffstat (limited to 'drivers/video/bus_vcxk.c')
-rw-r--r-- | drivers/video/bus_vcxk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c index e87c66d515..2a72d23eb8 100644 --- a/drivers/video/bus_vcxk.c +++ b/drivers/video/bus_vcxk.c @@ -6,6 +6,7 @@ #include <common.h> #include <bmp_layout.h> +#include <log.h> #include <asm/io.h> vu_char *vcxk_bws = ((vu_char *) (CONFIG_SYS_VCXK_BASE)); |