]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/sed156x.c
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
[karo-tx-uboot.git] / drivers / video / sed156x.c
index d8b0d7f5d6ff5eb2cb4b3141eb1af8be15875003..2c906ecf1e48bfccb9edb82ee62f8f111d057187 100644 (file)
@@ -4,7 +4,7 @@
  * Pantelis Antoniou <panto@intracom.gr>
  * Intracom S.A.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -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