summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/speakup.h
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-02-06 15:28:13 +1300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-09 13:10:20 +0100
commitfb837d6761ca25b9163c64c2b5d6a6f3f12b490e (patch)
tree843532fe9f4ba2ecc94da2d6a8b9dc08a189f4cf /drivers/staging/speakup/speakup.h
parentdbec27298b0df86eaa6bc02e5df0ce55ec7d97f2 (diff)
Staging: speakup: speakup.h - remove unused define
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>
Diffstat (limited to 'drivers/staging/speakup/speakup.h')
-rw-r--r--drivers/staging/speakup/speakup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/speakup/speakup.h b/drivers/staging/speakup/speakup.h
index d5bd9b0a5c95..b203f0f883a9 100644
--- 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