| commit | 86ae13b006e48959981248493efd3ff4b2828b3d | [log] [tgz] |
|---|---|---|
| author | Ingo Molnar <mingo@elte.hu> | Mon Oct 12 16:22:46 2009 +0200 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 13 10:20:16 2009 -0700 |
| tree | c823456de41e8488ac1aac9f4cf0a0a31b9495c9 | |
| parent | 03266d28ca5bf1959ee91dc6554c01b790975352 [diff] |
headers: Fix build after <linux/sched.h> removal
Commit d43c36dc6b357fa1806800f18aa30123c747a6d1 ("headers: remove
sched.h from interrupt.h") left some build errors in some configurations
due to drivers having depended on getting header files "accidentally".
Signed-off-by: Ingo Molnar <mingo@elte.hu>
[ Combined several one-liners from Ingo into one single patch - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>