diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-03-13 00:44:16 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-13 00:44:16 -0800 |
| commit | a1a57d660997752e4f012a190c40e37df53b57cb (patch) | |
| tree | 48dd6c30153de1e19cac53e20b398df1fd5eca80 /include | |
| parent | ebc4a2dfe3f22d29794dd30b4bf43e45953dc829 (diff) | |
[PATCH] i386/x86_64: acpi/sleep.c: kill unused acpi_save_state_disk
acpi_save_state_disk does nothing and is completely unused.
This patch was already ACK'ed by Pavel Machek.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/acpi.h | 1 | ||||
| -rw-r--r-- | include/asm-i386/suspend.h | 1 | ||||
| -rw-r--r-- | include/asm-x86_64/acpi.h | 1 | ||||
| -rw-r--r-- | include/asm-x86_64/suspend.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-i386/acpi.h b/include/asm-i386/acpi.h index a4ab82cb2b72..c976c1dadece 100644 --- a/include/asm-i386/acpi.h +++ b/include/asm-i386/acpi.h @@ -174,7 +174,6 @@ static inline int acpi_irq_balance_set(char *str) { return 0; } /* routines for saving/restoring kernel state */ extern int acpi_save_state_mem(void); -extern int acpi_save_state_disk(void); extern void acpi_restore_state_mem(void); extern unsigned long acpi_wakeup_address; diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h index 9d3f0f25d990..dfc1114c1b6f 100644 --- a/include/asm-i386/suspend.h +++ b/include/asm-i386/suspend.h @@ -63,5 +63,4 @@ static inline void acpi_save_register_state(unsigned long return_point) /* routines for saving/restoring kernel state */ extern int acpi_save_state_mem(void); -extern int acpi_save_state_disk(void); #endif diff --git a/include/asm-x86_64/acpi.h b/include/asm-x86_64/acpi.h index c5c478ab0768..a6b41b892062 100644 --- a/include/asm-x86_64/acpi.h +++ b/include/asm-x86_64/acpi.h @@ -153,7 +153,6 @@ static inline int acpi_irq_balance_set(char *str) { return 0; } /* routines for saving/restoring kernel state */ extern int acpi_save_state_mem(void); -extern int acpi_save_state_disk(void); extern void acpi_restore_state_mem(void); extern unsigned long acpi_wakeup_address; diff --git a/include/asm-x86_64/suspend.h b/include/asm-x86_64/suspend.h index 508e924b801f..ec745807feae 100644 --- a/include/asm-x86_64/suspend.h +++ b/include/asm-x86_64/suspend.h @@ -55,5 +55,4 @@ extern unsigned long saved_edi; /* routines for saving/restoring kernel state */ extern int acpi_save_state_mem(void); -extern int acpi_save_state_disk(void); #endif |
