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/ia64 | |
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/ia64')
-rw-r--r-- | arch/ia64/include/asm/acpi.h | 4 | ||||
-rw-r--r-- | arch/ia64/kernel/acpi.c | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/arch/ia64/include/asm/acpi.h b/arch/ia64/include/asm/acpi.h index 837dc82a013e..db3986a71af8 100644 --- a/arch/ia64/include/asm/acpi.h +++ b/arch/ia64/include/asm/acpi.h | |||
@@ -128,9 +128,9 @@ static inline const char *acpi_get_sysname (void) | |||
128 | int acpi_request_vector (u32 int_type); | 128 | int acpi_request_vector (u32 int_type); |
129 | int acpi_gsi_to_irq (u32 gsi, unsigned int *irq); | 129 | int acpi_gsi_to_irq (u32 gsi, unsigned int *irq); |
130 | 130 | ||
131 | /* routines for saving/restoring kernel state */ | 131 | /* Routine for saving kernel state during suspend. */ |
132 | extern int acpi_save_state_mem(void); | 132 | extern int acpi_save_state_mem(void); |
133 | extern void acpi_restore_state_mem(void); | 133 | |
134 | extern unsigned long acpi_wakeup_address; | 134 | extern unsigned long acpi_wakeup_address; |
135 | 135 | ||
136 | /* | 136 | /* |
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 90ebceb899a0..7cf2d10c0677 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -1041,11 +1041,6 @@ EXPORT_SYMBOL(acpi_unregister_ioapic); | |||
1041 | int acpi_save_state_mem(void) { return 0; } | 1041 | int acpi_save_state_mem(void) { return 0; } |
1042 | 1042 | ||
1043 | /* | 1043 | /* |
1044 | * acpi_restore_state() | ||
1045 | */ | ||
1046 | void acpi_restore_state_mem(void) {} | ||
1047 | |||
1048 | /* | ||
1049 | * do_suspend_lowlevel() | 1044 | * do_suspend_lowlevel() |
1050 | */ | 1045 | */ |
1051 | void do_suspend_lowlevel(void) {} | 1046 | void do_suspend_lowlevel(void) {} |