This patch removes 287 occurences of '#include <linux/sched.h>', where
none of the definitions is actually referenced. In some cases #includes
of files previously pulled in by sched.h are reintroduced to satisfy
indirect dependencies.
Since some files depend on sched.h being included indirectly anyways,
two more patches are required to make the kernel compile again.
Tim
The actual patch can be found here:
Part 1/3:
http://www.physik3.uni-rostock.de/tim/kernel/2.5/sched.h-10a.patch.gz
Part 2/3:
http://www.physik3.uni-rostock.de/tim/kernel/2.5/sched.h-10b.patch.gz
Part 3/3:
http://www.physik3.uni-rostock.de/tim/kernel/2.5/task_struct.h-06.patch