[PATCH 2.6.15-rc5-mm2] m32r: Add pm_power_off() for build fix

From: Hirokazu Takata
Date: Mon Dec 12 2005 - 08:16:31 EST


This patch adds pm_power_off() for build fix of arch/m32r/kernel/process.c.
Please apply.

Thanks,

Signed-off-by: Hayato Fujiwara <fujiwara@xxxxxxxxxxxxxx>
Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
---

arch/m32r/kernel/process.c | 4 ++++
1 file changed, 4 insertions(+)

Index: linux-2.6.15-rc5-mm2/arch/m32r/kernel/process.c
===================================================================
--- linux-2.6.15-rc5-mm2.orig/arch/m32r/kernel/process.c 2005-12-12 18:53:20.517848048 +0900
+++ linux-2.6.15-rc5-mm2/arch/m32r/kernel/process.c 2005-12-12 21:05:09.826915968 +0900
@@ -50,6 +50,10 @@ unsigned long thread_saved_pc(struct tas
* Powermanagement idle function, if any..
*/
void (*pm_idle)(void) = NULL;
+EXPORT_SYMBOL(pm_idle);
+
+void (*pm_power_off)(void) = NULL;
+EXPORT_SYMBOL(pm_power_off);

void disable_hlt(void)
{

--
Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Linux/M32R Project: http://www.linux-m32r.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/