Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12d0cef7 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent 2dfb9a85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ static const struct dev_pm_ops sh_keysc_dev_pm_ops = {
	.resume = sh_keysc_resume,
};

struct platform_driver sh_keysc_device_driver = {
static struct platform_driver sh_keysc_device_driver = {
	.probe		= sh_keysc_probe,
	.remove		= __devexit_p(sh_keysc_remove),
	.driver		= {