diff options
Diffstat (limited to 'drivers/input/serio/serio.c')
-rw-r--r-- | drivers/input/serio/serio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/serio.c b/drivers/input/serio/serio.c index 79e5e77ce03e..966600779b70 100644 --- a/drivers/input/serio/serio.c +++ b/drivers/input/serio/serio.c | |||
@@ -924,5 +924,5 @@ static void __exit serio_exit(void) | |||
924 | kthread_stop(serio_task); | 924 | kthread_stop(serio_task); |
925 | } | 925 | } |
926 | 926 | ||
927 | module_init(serio_init); | 927 | subsys_initcall(serio_init); |
928 | module_exit(serio_exit); | 928 | module_exit(serio_exit); |