Commit 8c66b282 authored by David S. Miller's avatar David S. Miller

[PARPORT]: drivers/parport/ieee1284.c needs sched.h and timer.h

parent bc5c1e27
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/timer.h>
#include <linux/sched.h>
#undef DEBUG /* undef me for production */ #undef DEBUG /* undef me for production */
......
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