mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
Input: serio - do not include linux/freezer.h
Commit ea486e6811
changed kseriod thread
to become not freezable so we do not need this include anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
24dd3b5822
commit
53957b56d7
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user