diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/acpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h index 47981f0d121b..aa92684aa674 100644 --- a/arch/x86/include/asm/acpi.h +++ b/arch/x86/include/asm/acpi.h | |||
@@ -112,8 +112,8 @@ static inline void acpi_disable_pci(void) | |||
112 | acpi_noirq_set(); | 112 | acpi_noirq_set(); |
113 | } | 113 | } |
114 | 114 | ||
115 | /* Routine for saving kernel state during suspend. */ | 115 | /* Low-level suspend routine. */ |
116 | extern int acpi_save_state_mem(void); | 116 | extern int acpi_suspend_lowlevel(void); |
117 | 117 | ||
118 | extern unsigned long acpi_wakeup_address; | 118 | extern unsigned long acpi_wakeup_address; |
119 | 119 | ||