Staging: poch: fix sched.h build breakage
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Oct 2009 21:59:56 +0000 (14:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Oct 2009 21:14:36 +0000 (14:14 -0700)
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>
drivers/staging/poch/poch.c

index 0d111dd..2eb8e3d 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/init.h>
 #include <linux/ioctl.h>
 #include <linux/io.h>
+#include <linux/sched.h>
 
 #include "poch.h"