From: YueHaibing Date: Tue, 20 Jun 2023 09:45:19 +0000 (+0800) Subject: x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() X-Git-Tag: block-6.5-2023-07-03~55^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b360cbd254fde61cb500a4a3ca2e65dff3dfa039;p=linux-2.6-block.git x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() This is now unused, so can be removed. Signed-off-by: YueHaibing Signed-off-by: Dave Hansen Acked-by: Rafael J. Wysocki Link: https://lore.kernel.org/all/20230620094519.15300-1-yuehaibing%40huawei.com --- diff --git a/arch/x86/kernel/acpi/sleep.h b/arch/x86/kernel/acpi/sleep.h index 171a40c74db6..054c15a2f860 100644 --- a/arch/x86/kernel/acpi/sleep.h +++ b/arch/x86/kernel/acpi/sleep.h @@ -12,7 +12,6 @@ extern int wakeup_pmode_return; extern u8 wake_sleep_flags; -extern unsigned long acpi_copy_wakeup_routine(unsigned long); extern void wakeup_long64(void); extern void do_suspend_lowlevel(void);