This patch adds pm_power_off() for build fix of arch/m32r/kernel/process.c.
Please apply.
Thanks,
Signed-off-by: Hayato Fujiwara <[email protected]>
Signed-off-by: Hirokazu Takata <[email protected]>
---
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 <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]