Commit 8037cdad authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent db8fd288
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/ioctl.h> #include <linux/ioctl.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/sched.h>
#include "poch.h" #include "poch.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment