On Mon, Apr 04, 2005 at 02:32:52PM -0700, Linus Torvalds wrote: > This is also the point where I ask people to calm down, and not send me > anything but clear bug-fixes etc. We're definitely well into -rc land. So > keep it quiet out there,
* missing include in arm/kernel/time.c - see #ifdef CONFIG_PM further down in the file. diff -urN RC12-rc2-base/arch/arm/kernel/time.c current/arch/arm/kernel/time.c --- RC12-rc2-base/arch/arm/kernel/time.c 2005-04-04 18:20:42.000000000 -0400 +++ current/arch/arm/kernel/time.c 2005-04-04 19:17:12.446004816 -0400 @@ -28,6 +28,7 @@ #include <linux/profile.h> #include <linux/sysdev.h> #include <linux/timer.h> +#include <linux/pm.h> #include <asm/hardware.h> #include <asm/io.h> - 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/