Commit 53957b56 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: serio - do not include linux/freezer.h



Commit ea486e68 changed kseriod thread
to become not freezable so we do not need this include anymore.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 24dd3b58
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/mutex.h>
#include <linux/freezer.h>

MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
MODULE_DESCRIPTION("Serio abstraction core");