X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fvideo%2Fsed156x.c;h=a610b74ce661c77a2698ebe00dd81e5ef7b26531;hb=8dc16cf9dd6196d99969d12741df186a61a2f9a3;hp=e9d5ed4ccfb8a1356a01a73c881cd1ac37287917;hpb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;p=karo-tx-uboot.git diff --git a/drivers/video/sed156x.c b/drivers/video/sed156x.c index e9d5ed4ccf..a610b74ce6 100644 --- a/drivers/video/sed156x.c +++ b/drivers/video/sed156x.c @@ -28,8 +28,6 @@ #include -#ifdef CONFIG_SED156X - /* configure according to the selected display */ #if defined(CONFIG_SED156X_PG12864Q) #define LCD_WIDTH 128 @@ -43,6 +41,7 @@ /* include the font data */ #include +#include #if VIDEO_FONT_WIDTH != 8 || VIDEO_FONT_HEIGHT != 16 #error Expecting VIDEO_FONT_WIDTH == 8 && VIDEO_FONT_HEIGHT == 16 @@ -562,5 +561,3 @@ void sed156x_init(void) sed156x_sync(); sed156x_cmd_transfer(LCD_ON); /* Turn display ON */ } - -#endif /* CONFIG_SED156X */