Input: make needlessly global code static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
committed by
Dmitry Torokhov
parent
74570d413c
commit
ffc6b529e8
@ -154,7 +154,7 @@ static void mk712_close(struct input_dev *dev)
|
||||
spin_unlock_irqrestore(&mk712_lock, flags);
|
||||
}
|
||||
|
||||
int __init mk712_init(void)
|
||||
static int __init mk712_init(void)
|
||||
{
|
||||
int err;
|
||||
|
||||
|
Reference in New Issue
Block a user