diff options
| author | Alexey Dobriyan <adobriyan@gmail.com> | 2005-07-15 06:56:32 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-15 12:54:51 -0400 |
| commit | 35e422c967d3208f188e3096c9f603ac7333fb1b (patch) | |
| tree | 48cd88fc92819a5c49805279f5ef75bd17bddeef /arch | |
| 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')
| -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 3a81e904a7b8..95e4676594e1 100644 --- a/arch/i386/mach-visws/reboot.c +++ b/arch/i386/mach-visws/reboot.c | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include "piix4.h" | 7 | #include "piix4.h" |
| 8 | 8 | ||
| 9 | void (*pm_power_off)(void); | 9 | void (*pm_power_off)(void); |
| 10 | EXPORT_SYMBOL(pm_power_off); | ||
| 10 | 11 | ||
| 11 | void machine_restart(char * __unused) | 12 | void machine_restart(char * __unused) |
| 12 | { | 13 | { |
