block: systemace: Simplify base and width initialization
[oweals/u-boot.git] / drivers / video / sed156x.c
index 707250d24962e8d61522940cf1b93ae7eb219299..a610b74ce661c77a2698ebe00dd81e5ef7b26531 100644 (file)
@@ -41,6 +41,7 @@
 
 /* include the font data */
 #include <video_font.h>
+#include <video_font_data.h>
 
 #if VIDEO_FONT_WIDTH != 8 || VIDEO_FONT_HEIGHT != 16
 #error Expecting VIDEO_FONT_WIDTH == 8 && VIDEO_FONT_HEIGHT == 16