commit | 8037cdade734383a8b2ef501e6d39645f8954073 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Oct 12 14:59:56 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 14 14:14:36 2009 -0700 |
tree | c75f9845a0644f9de18ca85c32c8fd9fa4ac1952 | |
parent | db8fd2887c80ef7d2c8d98d2b9e626ded5e43444 [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>
diff --git a/drivers/staging/poch/poch.c b/drivers/staging/poch/poch.c index 0d111dd..2eb8e3d 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"