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:
parent
db8fd2887c
commit
8037cdade7
|
@ -20,6 +20,7 @@
|
|||
#include <linux/init.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
#include "poch.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue