From: Christophe Leroy Date: Thu, 6 Aug 2020 12:20:35 +0000 (+0000) Subject: powerpc: drop hard_reset_now() and poweroff_now() declaration X-Git-Tag: v5.10-rc1~105^2~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82eb1792426f8a171cdaa6cfccb63c39f55bc9bd;p=thirdparty%2Fkernel%2Flinux.git powerpc: drop hard_reset_now() and poweroff_now() declaration Those function have never existed. Drop their declaration. Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/edcdd72a36495d25213c0256c8022367458e0d19.1596716418.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 2d68dbe56601d..8184eb357f10f 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -436,8 +436,6 @@ extern void power9_idle_type(unsigned long stop_psscr_val, unsigned long stop_psscr_mask); extern void flush_instruction_cache(void); -extern void hard_reset_now(void); -extern void poweroff_now(void); extern int fix_alignment(struct pt_regs *); extern void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);