The patch titled Fix implicit declarations in via-pmu has been added to the -mm tree. Its filename is fix-implicit-declarations-in-via-pmu.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix implicit declarations in via-pmu From: Dave Jones <davej@xxxxxxxxxx> drivers/macintosh/via-pmu.c: In function 'pmac_suspend_devices': drivers/macintosh/via-pmu.c:2014: error: implicit declaration of function 'pm_prepare_console' drivers/macintosh/via-pmu.c: In function 'pmac_wakeup_devices': drivers/macintosh/via-pmu.c:2139: error: implicit declaration of function 'pm_restore_console' Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/macintosh/via-pmu.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/macintosh/via-pmu.c~fix-implicit-declarations-in-via-pmu drivers/macintosh/via-pmu.c --- a/drivers/macintosh/via-pmu.c~fix-implicit-declarations-in-via-pmu +++ a/drivers/macintosh/via-pmu.c @@ -44,6 +44,7 @@ #include <linux/sysdev.h> #include <linux/freezer.h> #include <linux/syscalls.h> +#include <linux/suspend.h> #include <linux/cpu.h> #include <asm/prom.h> #include <asm/machdep.h> _ Patches currently in -mm which might be from davej@xxxxxxxxxx are fix-implicit-declarations-in-via-pmu.patch git-agpgart.patch git-cpufreq.patch remove-hotplug-cpu-crap-from-cpufreq.patch fix-implicit-declarations-in-i386-processc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html