projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbec272
)
Staging: speakup: speakup.h - remove unused define
author
Derek Robson
<robsonde@gmail.com>
Mon, 6 Feb 2017 02:28:13 +0000
(15:28 +1300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:10:20 +0000
(13:10 +0100)
As part of cleaning up symbolic permissions found define that is not used.
Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup.h
patch
|
blob
|
history
diff --git
a/drivers/staging/speakup/speakup.h
b/drivers/staging/speakup/speakup.h
index
d5bd9b0
..
b203f0f
100644
(file)
--- a/
drivers/staging/speakup/speakup.h
+++ b/
drivers/staging/speakup/speakup.h
@@
-9,10
+9,6
@@
#define SHIFT_TBL_SIZE 64
#define MAX_DESC_LEN 72
-/* proc permissions */
-#define USER_R (S_IFREG | 0444)
-#define USER_W (S_IFREG | 0666)
-
#define TOGGLE_0 .u.n = {NULL, 0, 0, 1, 0, 0, NULL }
#define TOGGLE_1 .u.n = {NULL, 1, 0, 1, 0, 0, NULL }
#define MAXVARLEN 15