Skip to content

Commit

Permalink
x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
Browse files Browse the repository at this point in the history
This is now unused, so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/all/20230620094519.15300-1-yuehaibing%40huawei.com
  • Loading branch information
YueHaibing authored and hansendc committed Jun 21, 2023
1 parent 6f7f812 commit b360cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/acpi/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b360cbd

Please sign in to comment.