On Wed, 10 Jan 2007, Geert Uytterhoeven wrote: > which needs the definition of struct task_struct. > > The patch below fixes it by including <linux/sched.h> in > kernel/time/clocksource.c. But perhaps this is the right time to move > struct task_struct to its own include instead?
I used to post such a patch once every few years, as it allows to remove the (indirect) include of that sched.h monster from a few thousand files. If there is interest in such a move, I'll cook up a patch within the next weeks. Tim - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/