[Following Linus's linux-2.6 tree...]
authorIan Abbott <abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:33:01 +0000 (09:33 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:33:01 +0000 (09:33 +0000)
Now that sched.h was removed from poll.h, serial2002.c needs
to include it otherwise it does not build properly.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
comedi/drivers/serial2002.c

index 924d953205d094326368466027cd6f66a357dd86..42841c131bc9aa9a1b09ca5f36b30df81b11295d 100644 (file)
@@ -35,6 +35,7 @@ Status: in development
 
 #include <linux/delay.h>
 #include <linux/ioport.h>
+#include <linux/sched.h>
 
 #include <asm/termios.h>
 #include <asm/ioctls.h>