diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-20 05:19:43 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-12-20 15:11:18 -0500 |
commit | 0de048aba1b751ee19a747dc4c82636579e47b85 (patch) | |
tree | 4cedb7a0f6f93d5dd8497fe2ba5b9e1a0bcca690 /drivers/input/tablet | |
parent | 50b6f1f4a430608f7345f66ecd68a129bff11649 (diff) |
Input: make some variables and functions static
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet')
-rw-r--r-- | drivers/input/tablet/wacom_wac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 8dc8d1e59bea..2638811c61ac 100644 --- a/drivers/input/tablet/wacom_wac.c +++ b/drivers/input/tablet/wacom_wac.c | |||
@@ -535,7 +535,7 @@ static int wacom_intuos_irq(struct wacom_wac *wacom, void *wcombo) | |||
535 | return 1; | 535 | return 1; |
536 | } | 536 | } |
537 | 537 | ||
538 | int wacom_tpc_irq(struct wacom_wac *wacom, void *wcombo) | 538 | static int wacom_tpc_irq(struct wacom_wac *wacom, void *wcombo) |
539 | { | 539 | { |
540 | char *data = wacom->data; | 540 | char *data = wacom->data; |
541 | int prox = 0, pressure; | 541 | int prox = 0, pressure; |