]> Git Repo - linux.git/commitdiff
x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
authorYueHaibing <[email protected]>
Tue, 20 Jun 2023 09:45:19 +0000 (17:45 +0800)
committerDave Hansen <[email protected]>
Wed, 21 Jun 2023 17:57:54 +0000 (10:57 -0700)
This is now unused, so can be removed.

Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Link: https://lore.kernel.org/all/20230620094519.15300-1-yuehaibing%40huawei.com
arch/x86/kernel/acpi/sleep.h

index 171a40c74db68e52b04613b000529d213a59837c..054c15a2f860ebf25317b384d2d05172e2f7c371 100644 (file)
@@ -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);
This page took 0.057465 seconds and 4 git commands to generate.