aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/poch/poch.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-10-12 14:59:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-14 14:14:36 -0700
commit8037cdade734383a8b2ef501e6d39645f8954073 (patch)
treec75f9845a0644f9de18ca85c32c8fd9fa4ac1952 /drivers/staging/poch/poch.c
parentStaging: b3dfg: fix sched.h build breakage (diff)
downloadlinux-dev-8037cdade734383a8b2ef501e6d39645f8954073.tar.xz
linux-dev-8037cdade734383a8b2ef501e6d39645f8954073.zip
Staging: poch: fix sched.h build breakage
commit d43c36dc removed sched.h from interrupt.h. This broke the poch driver. This patch fixes this. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to '')
-rw-r--r--drivers/staging/poch/poch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/poch/poch.c b/drivers/staging/poch/poch.c
index 0d111ddfabb2..2eb8e3d43c4d 100644
--- a/drivers/staging/poch/poch.c
+++ b/drivers/staging/poch/poch.c
@@ -20,6 +20,7 @@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/io.h>
+#include <linux/sched.h>
#include "poch.h"