A patch to remove these unneeded #includes is 170kB in size (uncompressed)
and can be found at
http://www.physik3.uni-rostock.de/tim/kernel/2.5/sched.h-03.patch.gz
Because of it's size I only append comments on the cases where additional
#includes where necessary to resolve broken dependencies.
I've allmost certainly missed more obscure dependencies for architectures/
drivers I didn't compile.
Tim
--------------------------------------------------------
include/linux/brlock.h wants <linux/smp.h> instead.
include/linux/device.h wants <linux/spinlock.h> instead.
These want <linux/thread_info.h> instead:
include/asm-ia64/uaccess.h
include/asm-x86_64/uaccess.h
include/asm-arm/uaccess.h
include/asm-sparc64/uaccess.h
include/asm-alpha/uaccess.h
include/asm-i386/uaccess.h
fs/ext2/ioctl.c now needs to include sched.h for the declaration of
capable, while it was previously included from <asm/uaccess.h>. This will
be fixed when capable moves to <linux/capability.h>.
include/linux/namespace.h now needs to include sched.h for the
declarations of task_lock() and task_unlock(), while sched.h previously
was included by all users of namespace.h .
ipc/msg.c h now needs to include sched.h for the declaration of
TASK_INTERRUPTIBLE as well as some others. sched.h was previously included
indirectly through <asm/uaccess.h>.
arch/i386/lib/delay.c and arch/x86_64/lib/delay.c want <asm/param.h>,
<asm/msr.h>, and <asm/thread_info.h> instead.
arch/sh/lib/delay.c wants <asm/param.h> instead.
fs/nfsd/nfscache.c now needs to include sched.h for the declaration of
jiffies. Although a patch to pull jiffies from sched.h allready exists, I
wanted to keep both patches orthogonal. This will be fixed later.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/