Commit 382b8d8d authored by Vojtech Pavlik's avatar Vojtech Pavlik

Fix psmouse.c - it needs tqueue.h

parent 43dcbb87
......@@ -31,6 +31,7 @@
#include <linux/input.h>
#include <linux/serio.h>
#include <linux/init.h>
#include <linux/tqueue.h>
MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
MODULE_DESCRIPTION("PS/2 mouse driver");
......
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