diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-12 14:59:56 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-14 14:14:36 -0700 |
commit | 8037cdade734383a8b2ef501e6d39645f8954073 (patch) | |
tree | c75f9845a0644f9de18ca85c32c8fd9fa4ac1952 /drivers | |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/poch/poch.c | 1 |
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" |