summaryrefslogtreecommitdiff
path: root/drivers/video/sed156x.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-12 22:06:30 (GMT)
committerTom Rini <trini@ti.com>2013-08-12 22:06:30 (GMT)
commitc15438eaea8b854d89455ebf7a1c7c4f06fa92f5 (patch)
tree1b9f2cddd85c061fb0377681d1fee0a2904d738d /drivers/video/sed156x.c
parentd62a89bd5b5033649a90fa5bfe0f5b32013ca8f8 (diff)
parent1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29 (diff)
downloadu-boot-c15438eaea8b854d89455ebf7a1c7c4f06fa92f5.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-video
Diffstat (limited to 'drivers/video/sed156x.c')
-rw-r--r--drivers/video/sed156x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/sed156x.c b/drivers/video/sed156x.c
index d8b0d7f..f324354 100644
--- a/drivers/video/sed156x.c
+++ b/drivers/video/sed156x.c
@@ -25,7 +25,6 @@
/* 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