headers: remove sched.h from interrupt.h

After m68k's task_thread_info() doesn't refer to current,
it's possible to remove sched.h from interrupt.h and not break m68k!
Many thanks to Heiko Carstens for allowing this.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
此提交包含在:
Alexey Dobriyan
2009-10-07 17:09:06 +04:00
提交者 Linus Torvalds
父節點 69585dd69e
當前提交 d43c36dc6b
共有 145 個檔案被更改,包括 145 行新增1 行删除

查看文件

@@ -7,6 +7,7 @@
#include "linux/interrupt.h"
#include "linux/list.h"
#include "linux/mutex.h"
#include "linux/workqueue.h"
#include "asm/atomic.h"
#include "init.h"
#include "irq_kern.h"