Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: make some variables and functions static

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Roel Kluin and committed by
Dmitry Torokhov
0de048ab 50b6f1f4

+2 -2
+1 -1
drivers/input/mouse/gpio_mouse.c
··· 173 173 /* work with hotplug and coldplug */ 174 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 177 .remove = __devexit_p(gpio_mouse_remove), 178 178 .driver = { 179 179 .name = "gpio_mouse",
+1 -1
drivers/input/tablet/wacom_wac.c
··· 535 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 540 char *data = wacom->data; 541 541 int prox = 0, pressure;