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

Input: keyboard - staticise non-exported symbols

These symbols are not used outside it's driver so no need to
make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Axel Lin and committed by
Dmitry Torokhov
aeec0517 18b2b181

+2 -2
+1 -1
drivers/input/keyboard/bf54x-keys.c
··· 384 384 # define bfin_kpad_resume NULL 385 385 #endif 386 386 387 - struct platform_driver bfin_kpad_device_driver = { 387 + static struct platform_driver bfin_kpad_device_driver = { 388 388 .driver = { 389 389 .name = DRV_NAME, 390 390 .owner = THIS_MODULE,
+1 -1
drivers/input/keyboard/nomadik-ske-keypad.c
··· 379 379 }; 380 380 #endif 381 381 382 - struct platform_driver ske_keypad_driver = { 382 + static struct platform_driver ske_keypad_driver = { 383 383 .driver = { 384 384 .name = "nmk-ske-keypad", 385 385 .owner = THIS_MODULE,