projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f468b
)
misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_ID
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 6 Feb 2017 14:38:05 +0000
(15:38 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:32:53 +0000
(15:32 +0100)
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>
drivers/misc/panel.c
patch
|
blob
|
history
diff --git
a/drivers/misc/panel.c
b/drivers/misc/panel.c
index
fa4c127
..
8af500e
100644
(file)
--- 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 */