diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-13 23:53:55 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 00:22:50 -0700 |
commit | 53957b56d765f4602715fefb1c553f7a538b3230 (patch) | |
tree | 8517153f5eb9ba995d042dced20e79cc2a60ea97 | |
parent | 24dd3b58228d463254ee57c3811afea831b8a024 (diff) |
Input: serio - do not include linux/freezer.h
Commit ea486e681188d64c6a101d8d06414aef0f9f0cd3 changed kseriod thread
to become not freezable so we do not need this include anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r-- | drivers/input/serio/serio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/serio.c b/drivers/input/serio/serio.c index c3b626e9eae7..8a426375fcb3 100644 --- a/drivers/input/serio/serio.c +++ b/drivers/input/serio/serio.c @@ -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"); |