Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/io.h>
#include <linux/sched.h>

#include "poch.h"