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

Commit aeec0517 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

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: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 18b2b181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ static int bfin_kpad_resume(struct platform_device *pdev)
# define bfin_kpad_resume  NULL
#endif

struct platform_driver bfin_kpad_device_driver = {
static struct platform_driver bfin_kpad_device_driver = {
	.driver		= {
		.name	= DRV_NAME,
		.owner	= THIS_MODULE,
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ static const struct dev_pm_ops ske_keypad_dev_pm_ops = {
};
#endif

struct platform_driver ske_keypad_driver = {
static struct platform_driver ske_keypad_driver = {
	.driver = {
		.name = "nmk-ske-keypad",
		.owner  = THIS_MODULE,