[Following Linus's linux-2.6 tree...]
authorIan Abbott <abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:34:54 +0000 (09:34 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 19 Oct 2009 09:34:54 +0000 (09:34 +0000)
commit d43c36dc removed sched.h from interrupt.h.  This broke some of
the comedi drivers.  This patch fixes this.

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

index cccf38d872511d1c50ee793636fb1f7d853bdc59..a2ef34b969064fb75bede30f60e9281c137cf8c9 100644 (file)
@@ -50,6 +50,7 @@ from http://www.comedi.org
 
 */
 
+#include <linux/sched.h>
 #include <linux/comedidev.h>
 
 #include "comedi_pci.h"
index 9a6225b06001a62c5cb9ae4d106330ca90c4d1aa..80c389e45ed4f1a158f63e000b25af3e12a76215 100644 (file)
@@ -61,6 +61,7 @@
 //#define DEBUG_STATUS_A
 //#define DEBUG_STATUS_B
 
+#include <linux/sched.h>
 #include "8255.h"
 #include "mite.h"
 #include "comedi_fc.h"
index 287131d50a14227d64a22d91ffaffbe1e5af9d5b..6de624d32f05565c41e15612fa5947bd82373606 100644 (file)
@@ -69,6 +69,7 @@ comedi_nonfree_firmware tarball available from http://www.comedi.org
 //#define DEBUG 1
 //#define DEBUG_FLAGS
 
+#include <linux/sched.h>
 #include <linux/comedidev.h>
 
 #include "mite.h"