aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
authorNathan Lynch <nathanl@linux.ibm.com>2020-12-07 15:51:52 -0600
committerMichael Ellerman <mpe@ellerman.id.au>2020-12-08 21:41:01 +1100
commit796f9247b4fa9bec320d6b47ffde2ecf86cc71c0 (patch)
treea908692b3ec9f6c303e13cdc6d2f89a88c71cc9b /arch/powerpc/include/asm/machdep.h
parentpowerpc/pseries/hibernation: remove pseries_suspend_cpu() (diff)
downloadlinux-dev-796f9247b4fa9bec320d6b47ffde2ecf86cc71c0.tar.xz
linux-dev-796f9247b4fa9bec320d6b47ffde2ecf86cc71c0.zip
powerpc/machdep: remove suspend_disable_cpu()
There are no users left of the suspend_disable_cpu() callback, remove it. Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201207215200.1785968-21-nathanl@linux.ibm.com
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r--arch/powerpc/include/asm/machdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h
index 475687f24f4a..cf6ebbc16cb4 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);