diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-02-08 17:41:35 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-02-24 13:58:54 -0500 |
commit | c41b93fb8551148a93d3bba870365e8489317f02 (patch) | |
tree | 73445afcf210487e9017e708a6850fa765e98d93 /arch/x86/include/asm/acpi.h | |
parent | c19f9a84ec807da57fd75bbd9a3f2b8269611f79 (diff) |
ACPI / PM: Drop acpi_restore_state_mem()
The function acpi_restore_state_mem() has never been and most likely
never will be used, so remove it.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/x86/include/asm/acpi.h')
-rw-r--r-- | arch/x86/include/asm/acpi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h index 211ca3f7fd16..47981f0d121b 100644 --- a/arch/x86/include/asm/acpi.h +++ b/arch/x86/include/asm/acpi.h | |||
@@ -112,9 +112,8 @@ static inline void acpi_disable_pci(void) | |||
112 | acpi_noirq_set(); | 112 | acpi_noirq_set(); |
113 | } | 113 | } |
114 | 114 | ||
115 | /* routines for saving/restoring kernel state */ | 115 | /* Routine for saving kernel state during suspend. */ |
116 | extern int acpi_save_state_mem(void); | 116 | extern int acpi_save_state_mem(void); |
117 | extern void acpi_restore_state_mem(void); | ||
118 | 117 | ||
119 | extern unsigned long acpi_wakeup_address; | 118 | extern unsigned long acpi_wakeup_address; |
120 | 119 | ||