summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2017-02-06 15:38:05 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-10 15:32:53 +0100
commite28fa714aa8bb682d07136ba3821bc883c78f6df (patch)
treee3a6fe990b56b285529e2e21b016af36184b8879 /drivers/misc
parent30f468b2ea7a75aa7e212b7d89eb136a55462ee8 (diff)
misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_ID
These definitions were never used in any publicly available version since (at least) 2004. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-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 @@
#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 */