From d3983ee85325d2be730830ebcf82585ee7cd2ecb Mon Sep 17 00:00:00 2001 From: Che-Liang Chiou Date: Fri, 21 Oct 2011 17:04:21 +0800 Subject: font: split font data from video_font.h While video_font.h is useful even without referencing the font data, it is not possible to be included multiple times because it defines font data array right in the header. This patch splits the font data array into video_font_data.h and so now video_font.h can be included multiple times. This at least solves the code duplication in board/mcc200/lcd.c. Signed-off-by: Che-Liang Chiou Acked-by: Mike Frysinger --- common/lcd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/lcd.c') diff --git a/common/lcd.c b/common/lcd.c index 504b8f668..6313ec05b 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -57,6 +57,7 @@ /* ** FONT DATA */ /************************************************************************/ #include /* Get font data, width and height */ +#include /************************************************************************/ /* ** LOGO DATA */ -- cgit v1.2.3-70-g09d2