diff --git a/drivers/misc/panel.c b/drivers/misc/panel.c index fa4c12768a161eaa65ba30935c224fed6f6c3d5e..8af500ecaaaf6634d4397e8632ac675a1f85f5fe 100644 --- a/drivers/misc/panel.c +++ b/drivers/misc/panel.c @@ -119,8 +119,6 @@ #define PIN_SELECP 17 #define PIN_NOT_SET 127 -#define LCD_FLAG_S 0x0001 -#define LCD_FLAG_ID 0x0002 #define LCD_FLAG_B 0x0004 /* blink on */ #define LCD_FLAG_C 0x0008 /* cursor on */ #define LCD_FLAG_D 0x0010 /* display on */