diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2005-07-15 03:56:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-15 09:54:51 -0700 |
commit | 35e422c967d3208f188e3096c9f603ac7333fb1b (patch) | |
tree | 48cd88fc92819a5c49805279f5ef75bd17bddeef /arch/i386/mach-visws | |
parent | afa597ba20e9ef55fc6283c1a564854b1c9f13c0 (diff) |
[PATCH] visws: reexport pm_power_off
More fallout from the i386_ksyms.c cleanups.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/mach-visws')
-rw-r--r-- | arch/i386/mach-visws/reboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/mach-visws/reboot.c b/arch/i386/mach-visws/reboot.c index 3a81e904a7b..95e4676594e 100644 --- a/arch/i386/mach-visws/reboot.c +++ b/arch/i386/mach-visws/reboot.c @@ -7,6 +7,7 @@ #include "piix4.h" void (*pm_power_off)(void); +EXPORT_SYMBOL(pm_power_off); void machine_restart(char * __unused) { |