summaryrefslogtreecommitdiff
path: root/drivers/video/sed156x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sed156x.c')
-rw-r--r--drivers/video/sed156x.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/sed156x.c b/drivers/video/sed156x.c
index e9d5ed4cc..707250d24 100644
--- a/drivers/video/sed156x.c
+++ b/drivers/video/sed156x.c
@@ -28,8 +28,6 @@
#include <sed156x.h>
-#ifdef CONFIG_SED156X
-
/* configure according to the selected display */
#if defined(CONFIG_SED156X_PG12864Q)
#define LCD_WIDTH 128
@@ -562,5 +560,3 @@ void sed156x_init(void)
sed156x_sync();
sed156x_cmd_transfer(LCD_ON); /* Turn display ON */
}
-
-#endif /* CONFIG_SED156X */