| commit | 76e506a754c9519ba0a948b475a62f31fac8b599 | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 19 11:53:17 2010 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 19 11:53:17 2010 -0700 |
| tree | 335c41c5085ad5f01cf5ab814730ae00d3dc84a0 | |
| parent | 85341c61361cc45a9cc0e11c01e8f4479ef460ac [diff] |
Fix ISDN/Gigaset build failure
Commit b91ecb00 ("gigaset: include cleanup cleanup") removed an implicit
sched.h inclusion that came in via slab.h, and caused various compile
problems as a result.
This should fix it.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>