Commit 3c5fcc41 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] remove sched.h from ftape.h

ftape.h really wants interrupt.h, not sched.h
parent 384eae92
......@@ -34,7 +34,7 @@
#define KERNEL_VER(major,minor,sublvl) (((major)<<16)+((minor)<<8)+(sublvl))
#ifdef __KERNEL__
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/mm.h>
#endif
#include <linux/types.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