linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
@ 2023-06-20  9:45 YueHaibing
  2023-06-21 17:46 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2023-06-20  9:45 UTC (permalink / raw)
  To: rafael, len.brown, pavel, tglx, mingo, bp, dave.hansen, x86, hpa,
	yuehaibing
  Cc: linux-pm, linux-acpi, linux-kernel

This is now unused, so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/x86/kernel/acpi/sleep.h | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
  2023-06-20  9:45 [PATCH -next] x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() YueHaibing
@ 2023-06-21 17:46 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2023-06-21 17:46 UTC (permalink / raw)
  To: YueHaibing
  Cc: rafael, len.brown, pavel, tglx, mingo, bp, dave.hansen, x86, hpa,
	linux-pm, linux-acpi, linux-kernel

On Tue, Jun 20, 2023 at 11:45 AM YueHaibing <yuehaibing@huawei.com> wrote:
>
> This is now unused, so can be removed.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

> ---
>  arch/x86/kernel/acpi/sleep.h | 1 -
>  1 file changed, 1 deletion(-)
>
> 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);
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-21 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20  9:45 [PATCH -next] x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() YueHaibing
2023-06-21 17:46 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).