dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Greg Kroah-Hartman 2009-10-12 14:59:56 -07:00
parent db8fd2887c
commit 8037cdade7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/io.h>
#include <linux/sched.h>
#include "poch.h"