Commit 4377a026 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: fix sched.h build breakage

commit d43c36dc removed sched.h from interrupt.h.  This broke some of
the comedi drivers.  This patch fixes this.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ffc18afa
...@@ -51,6 +51,7 @@ from http://www.comedi.org ...@@ -51,6 +51,7 @@ from http://www.comedi.org
*/ */
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/sched.h>
#include "../comedidev.h" #include "../comedidev.h"
#include "comedi_pci.h" #include "comedi_pci.h"
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
/* #define DEBUG_STATUS_B */ /* #define DEBUG_STATUS_B */
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/sched.h>
#include "8255.h" #include "8255.h"
#include "mite.h" #include "mite.h"
#include "comedi_fc.h" #include "comedi_fc.h"
......
...@@ -70,6 +70,7 @@ comedi_nonfree_firmware tarball available from http://www.comedi.org ...@@ -70,6 +70,7 @@ comedi_nonfree_firmware tarball available from http://www.comedi.org
/* #define DEBUG_FLAGS */ /* #define DEBUG_FLAGS */
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/sched.h>
#include "../comedidev.h" #include "../comedidev.h"
#include "mite.h" #include "mite.h"
......
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