From: Nathan Lynch Date: Mon, 7 Dec 2020 21:51:52 +0000 (-0600) Subject: powerpc/machdep: remove suspend_disable_cpu() X-Git-Tag: v5.11-rc1~76^2~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=796f9247b4fa9bec320d6b47ffde2ecf86cc71c0;p=thirdparty%2Flinux.git powerpc/machdep: remove suspend_disable_cpu() There are no users left of the suspend_disable_cpu() callback, remove it. Signed-off-by: Nathan Lynch Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20201207215200.1785968-21-nathanl@linux.ibm.com --- diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index 475687f24f4ad..cf6ebbc16cb47 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h @@ -207,7 +207,6 @@ struct machdep_calls { void (*suspend_disable_irqs)(void); void (*suspend_enable_irqs)(void); #endif - int (*suspend_disable_cpu)(void); #ifdef CONFIG_ARCH_CPU_PROBE_RELEASE ssize_t (*cpu_probe)(const char *, size_t);