diff options
-rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 2 | ||||
-rw-r--r-- | drivers/input/tablet/wacom_wac.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 72cf5e33790e..0db8d16c5edd 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c | |||
@@ -173,7 +173,7 @@ static int __devexit gpio_mouse_remove(struct platform_device *pdev) | |||
173 | /* work with hotplug and coldplug */ | 173 | /* work with hotplug and coldplug */ |
174 | MODULE_ALIAS("platform:gpio_mouse"); | 174 | MODULE_ALIAS("platform:gpio_mouse"); |
175 | 175 | ||
176 | struct platform_driver gpio_mouse_device_driver = { | 176 | static struct platform_driver gpio_mouse_device_driver = { |
177 | .remove = __devexit_p(gpio_mouse_remove), | 177 | .remove = __devexit_p(gpio_mouse_remove), |
178 | .driver = { | 178 | .driver = { |
179 | .name = "gpio_mouse", | 179 | .name = "gpio_mouse", |
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; |