aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2009-10-12 17:10:34 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-14 14:14:37 -0700
commit4439c9353589f4def506b94f8f6344433333a4b9 (patch)
treeb60a214532c8e0d4868d89f1169e70fabeb82ef6 /drivers/staging/sep
parentStaging: vme: fix sched.h build breakage (diff)
downloadlinux-dev-4439c9353589f4def506b94f8f6344433333a4b9.tar.xz
linux-dev-4439c9353589f4def506b94f8f6344433333a4b9.zip
staging: Complete sched.h removal from interrupt.h
Commit d43c36dc removed sched.h from interrupt.h and distributed sched.h to users which needed it. This finishes it up for staging. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep')
-rw-r--r--drivers/staging/sep/sep_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 87f8a1192762..f890a16096c0 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -38,6 +38,7 @@
#include <linux/mm.h>
#include <linux/poll.h>
#include <linux/wait.h>
+#include <linux/sched.h>
#include <linux/pci.h>
#include <linux/firmware.h>
#include <asm/ioctl.h>