diff options
author | Edwin van Vliet <edwin@cheatah.nl> | 2011-07-10 19:07:28 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-07-10 19:08:23 -0400 |
commit | eadba0c9c41bfa840b0f1e9ee369a869c2a322b3 (patch) | |
tree | bcd3463b7efd013acabb50ee6a1074e968a62eba /drivers/input | |
parent | a66413fbc37994710d638aec3314f735a7ac0df5 (diff) |
Input: aiptek - remove double define
Constant AIPTEK_TOOL_BUTTON_PEN_MODE was defined twice.
Signed-off-by: Edwin van Vliet <edwin@cheatah.nl>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/tablet/aiptek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/tablet/aiptek.c b/drivers/input/tablet/aiptek.c index 0a619c558bfb..6d89fd1842c3 100644 --- a/drivers/input/tablet/aiptek.c +++ b/drivers/input/tablet/aiptek.c | |||
@@ -225,7 +225,6 @@ | |||
225 | /* toolMode codes | 225 | /* toolMode codes |
226 | */ | 226 | */ |
227 | #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN | 227 | #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN |
228 | #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN | ||
229 | #define AIPTEK_TOOL_BUTTON_PENCIL_MODE BTN_TOOL_PENCIL | 228 | #define AIPTEK_TOOL_BUTTON_PENCIL_MODE BTN_TOOL_PENCIL |
230 | #define AIPTEK_TOOL_BUTTON_BRUSH_MODE BTN_TOOL_BRUSH | 229 | #define AIPTEK_TOOL_BUTTON_BRUSH_MODE BTN_TOOL_BRUSH |
231 | #define AIPTEK_TOOL_BUTTON_AIRBRUSH_MODE BTN_TOOL_AIRBRUSH | 230 | #define AIPTEK_TOOL_BUTTON_AIRBRUSH_MODE BTN_TOOL_AIRBRUSH |