headers: remove sched.h from interrupt.h
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 7 Oct 2009 13:09:06 +0000 (17:09 +0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Oct 2009 18:20:58 +0000 (11:20 -0700)
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>

No differences found