[PATCH] visws: reexport pm_power_off

From: Alexey Dobriyan
Date: Thu Jul 14 2005 - 09:56:37 EST


On Wednesday 13 July 2005 17:38, James Bottomley wrote:
> [PATCH] Remove i386_ksyms.c, almost
>
> made files like smp.c do their own EXPORT_SYMBOLS. This means that all
> subarchitectures that override these symbols now have to do the exports
> themselves. This patch adds the exports for voyager (which is the most
> affected since it has a separate smp harness). However, someone should
> audit all the other subarchitectures to see if any others got broken.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

arch/i386/mach-visws/reboot.c | 1 +
1 files changed, 1 insertion(+)

--- linux-vanilla/arch/i386/mach-visws/reboot.c 2005-07-13 19:45:59.000000000 +0400
+++ linux-visws/arch/i386/mach-visws/reboot.c 2005-07-14 18:53:23.000000000 +0400
@@ -7,6 +7,7 @@
#include "piix4.h"

void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);

void machine_restart(char * __unused)
{
-
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/