diff options
Diffstat (limited to 'arch/i386/mach-visws/reboot.c')
-rw-r--r-- | arch/i386/mach-visws/reboot.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/i386/mach-visws/reboot.c b/arch/i386/mach-visws/reboot.c index 3a81e904a7b8..9e9296676f93 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 | { |
@@ -21,8 +22,6 @@ void machine_restart(char * __unused) | |||
21 | outb(PIIX4_RESET_VAL, PIIX4_RESET_PORT); | 22 | outb(PIIX4_RESET_VAL, PIIX4_RESET_PORT); |
22 | } | 23 | } |
23 | 24 | ||
24 | EXPORT_SYMBOL(machine_restart); | ||
25 | |||
26 | void machine_power_off(void) | 25 | void machine_power_off(void) |
27 | { | 26 | { |
28 | unsigned short pm_status; | 27 | unsigned short pm_status; |
@@ -42,10 +41,7 @@ void machine_power_off(void) | |||
42 | outl(PIIX_SPECIAL_STOP, 0xCFC); | 41 | outl(PIIX_SPECIAL_STOP, 0xCFC); |
43 | } | 42 | } |
44 | 43 | ||
45 | EXPORT_SYMBOL(machine_power_off); | ||
46 | |||
47 | void machine_halt(void) | 44 | void machine_halt(void) |
48 | { | 45 | { |
49 | } | 46 | } |
50 | 47 | ||
51 | EXPORT_SYMBOL(machine_halt); | ||