aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/b3dfg
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-10-12 14:59:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-14 14:14:36 -0700
commitdb8fd2887c80ef7d2c8d98d2b9e626ded5e43444 (patch)
treebae9a5788b7fb737dd1c1322d3af645437e9035b /drivers/staging/b3dfg
parentStaging: comedi: fix sched.h build breakage (diff)
downloadlinux-dev-db8fd2887c80ef7d2c8d98d2b9e626ded5e43444.tar.xz
linux-dev-db8fd2887c80ef7d2c8d98d2b9e626ded5e43444.zip
Staging: b3dfg: fix sched.h build breakage
commit d43c36dc removed sched.h from interrupt.h. This broke the b3dfg driver. This patch fixes this. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/b3dfg')
-rw-r--r--drivers/staging/b3dfg/b3dfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/b3dfg/b3dfg.c b/drivers/staging/b3dfg/b3dfg.c
index 94c5d27d24d7..cda26bb493b3 100644
--- a/drivers/staging/b3dfg/b3dfg.c
+++ b/drivers/staging/b3dfg/b3dfg.c
@@ -36,6 +36,7 @@
#include <linux/wait.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
+#include <linux/sched.h>
static unsigned int b3dfg_nbuf = 2;