mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
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:
@@ -20,6 +20,7 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
#include "poch.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user