From: Daniel Axtens <hidden> Date: 2021-09-03 06:34:09
commit 6d7f58b04d82 ("[PATCH] powerpc: Some minor cleanups to setup_32.c")
removed of_show_percpuinfo but didn't remove the prototype.
Remove it.
Fixes: 6d7f58b04d82 ("[PATCH] powerpc: Some minor cleanups to setup_32.c")
Signed-off-by: Daniel Axtens <redacted>
---
arch/powerpc/platforms/powermac/pmac.h | 1 -
1 file changed, 1 deletion(-)
From: Andrew Donnellan <hidden> Date: 2021-09-03 06:37:13
On 3/9/21 4:32 pm, Daniel Axtens wrote:
commit 6d7f58b04d82 ("[PATCH] powerpc: Some minor cleanups to setup_32.c")
removed of_show_percpuinfo but didn't remove the prototype.
Remove it.
Fixes: 6d7f58b04d82 ("[PATCH] powerpc: Some minor cleanups to setup_32.c")
Signed-off-by: Daniel Axtens <redacted>
I grepped through, confirmed there's no other references to
of_show_percpuinfo().
Reviewed-by: Andrew Donnellan <redacted>
(First linuxppc patch written and sent live on a twitch stream?)
--
Andrew Donnellan OzLabs, ADL Canberra
ajd@linux.ibm.com IBM Australia Limited
From: Michael Ellerman <hidden> Date: 2021-10-11 12:10:07
On Fri, 3 Sep 2021 16:32:46 +1000, Daniel Axtens wrote:
commit 6d7f58b04d82 ("[PATCH] powerpc: Some minor cleanups to setup_32.c")
removed of_show_percpuinfo but didn't remove the prototype.
Remove it.
[...]