From 57f1016573e374772bf355627df045a9ec799630 Mon Sep 17 00:00:00 2001 From: Mateusz Tomaszkiewicz Date: Sat, 2 Mar 2013 00:32:51 +0100 Subject: SSD2119: GPIO board file removal Removed GPIO board file. It did not work (it wasn't finished nor started to be honest). It is always possible to make it, general idea is exactly the same as in SSD1289 driver. --- drivers/gdisp/SSD2119/gdisp_lld.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gdisp/SSD2119/gdisp_lld.c') diff --git a/drivers/gdisp/SSD2119/gdisp_lld.c b/drivers/gdisp/SSD2119/gdisp_lld.c index e4e683be..b478c6d8 100644 --- a/drivers/gdisp/SSD2119/gdisp_lld.c +++ b/drivers/gdisp/SSD2119/gdisp_lld.c @@ -58,8 +58,6 @@ #if defined(GDISP_USE_CUSTOM_BOARD) && GDISP_USE_CUSTOM_BOARD /* Include the user supplied board definitions */ #include "gdisp_lld_board.h" -#elif defined(BOARD_EMBEST_DMSTF4BB) - #include "gdisp_lld_board_embest_dmstf4bb.h" #elif defined(BOARD_EMBEST_DMSTF4BB_FSMC) #include "gdisp_lld_board_embest_dmstf4bb_fsmc.h" #else -- cgit v1.2.3