aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-10-12 17:59:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-14 17:14:36 -0400
commit8037cdade734383a8b2ef501e6d39645f8954073 (patch)
treec75f9845a0644f9de18ca85c32c8fd9fa4ac1952
parentdb8fd2887c80ef7d2c8d98d2b9e626ded5e43444 (diff)
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>
-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 0d111ddfabb..2eb8e3d43c4 100644
--- a/drivers/staging/poch/poch.c
+++ b/drivers/staging/poch/poch.c
@@ -20,6 +20,7 @@
20#include <linux/init.h> 20#include <linux/init.h>
21#include <linux/ioctl.h> 21#include <linux/ioctl.h>
22#include <linux/io.h> 22#include <linux/io.h>
23#include <linux/sched.h>
23 24
24#include "poch.h" 25#include "poch.h"
25 26