The patch titled
     Fix implicit declarations in via-pmu
has been removed from the -mm tree.  Its filename was
     fix-implicit-declarations-in-via-pmu.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Fix implicit declarations in via-pmu
From: Dave Jones <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/macintosh/via-pmu.c |    1 +
 1 file 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 [EMAIL PROTECTED] are

git-cpufreq.patch
remove-hotplug-cpu-crap-from-cpufreq.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to