mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
Input: q40kbd - make q40kbd_lock static
This patch makes the needlessly global q40kbd_lock static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
f4bc95d7bd
commit
4ad88901dd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
|
||||||
MODULE_DESCRIPTION("Q40 PS/2 keyboard controller driver");
|
MODULE_DESCRIPTION("Q40 PS/2 keyboard controller driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
DEFINE_SPINLOCK(q40kbd_lock);
|
static DEFINE_SPINLOCK(q40kbd_lock);
|
||||||
static struct serio *q40kbd_port;
|
static struct serio *q40kbd_port;
|
||||||
static struct platform_device *q40kbd_device;
|
static struct platform_device *q40kbd_device;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue