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

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
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment