aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/misc/panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/panel.c b/drivers/misc/panel.c
index fa4c12768a16..8af500ecaaaf 100644
--- a/drivers/misc/panel.c
+++ b/drivers/misc/panel.c
@@ -119,8 +119,6 @@
119#define PIN_SELECP 17 119#define PIN_SELECP 17
120#define PIN_NOT_SET 127 120#define PIN_NOT_SET 127
121 121
122#define LCD_FLAG_S 0x0001
123#define LCD_FLAG_ID 0x0002
124#define LCD_FLAG_B 0x0004 /* blink on */ 122#define LCD_FLAG_B 0x0004 /* blink on */
125#define LCD_FLAG_C 0x0008 /* cursor on */ 123#define LCD_FLAG_C 0x0008 /* cursor on */
126#define LCD_FLAG_D 0x0010 /* display on */ 124#define LCD_FLAG_D 0x0010 /* display on */