Commit dace02a9 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Michael Ellerman

powerpc: Remove obsoleted declaration for _get_SP

The implementation of _get_SP() was removed in commit f4db1967
("[POWERPC] Remove  _get_SP"), remove the now obsolete declaration.
Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Update change log to refer to correct commit per Christophe]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240822130609.786431-2-cuigaosheng1@huawei.com
parent 46f4bbb8
......@@ -72,8 +72,6 @@
#define TM_DEBUG(x...) do { } while(0)
#endif
extern unsigned long _get_SP(void);
#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
/*
* Are we running in "Suspend disabled" mode? If so we have to block any
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment