]> git.baikalelectronics.ru Git - kernel.git/commit
Input: sh_keysc - make sh_keysc_device_driver static
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 May 2011 06:09:19 +0000 (23:09 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 May 2011 16:02:01 +0000 (09:02 -0700)
commit4b426fedf1194930dce5a90f6559a0b5a7d87d80
treebb888950a4cd4acaf0f21a0982b349a02612a495
parent7b3295c16a7e1dbf57823b634cd7b9bd50fde4fb
Input: sh_keysc - make sh_keysc_device_driver static

This variable is not used outside of the module so we should mark it
as static.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/sh_keysc.c