diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2020-08-06 15:20:35 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-09-02 04:00:20 +0300 |
commit | 82eb1792426f8a171cdaa6cfccb63c39f55bc9bd (patch) | |
tree | 183d71eddd94dd6ff5b61559c8d15d612c2aabe1 /arch/powerpc/include | |
parent | 63442de4301188129e1fcff144fbfb966ad5eb19 (diff) | |
download | linux-82eb1792426f8a171cdaa6cfccb63c39f55bc9bd.tar.xz |
powerpc: drop hard_reset_now() and poweroff_now() declaration
Those function have never existed. Drop their declaration.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/edcdd72a36495d25213c0256c8022367458e0d19.1596716418.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 2d68dbe56601..8184eb357f10 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); |