* Make minor coding style adjustments for readability. * Remove rtas_service_present() and an old call_rtas() declaration. * Move a pseries-specific function prototype to pseries code.
--- Changes in v2: - Address various checkpatch issues missed in v1. - Drop kernel-doc fixes already applied. - Cc recent contributors in this area. - Link to v1: https://lore.kernel.org/r/20231106-rtas-trivial-v1-0-61847655c...@linux.ibm.com --- Nathan Lynch (5): powerpc/rtas: Drop declaration of undefined call_rtas() function powerpc/rtas: Remove unused rtas_service_present() powerpc/rtas: Move post_mobility_fixup() declaration to pseries powerpc/rtas: Remove trailing space powerpc/rtas: Remove 'extern' from function declarations in rtas.h arch/powerpc/include/asm/rtas.h | 63 +++++++++++++++----------------- arch/powerpc/kernel/rtas.c | 23 +++++------- arch/powerpc/platforms/pseries/pseries.h | 1 + arch/powerpc/platforms/pseries/suspend.c | 1 + 4 files changed, 40 insertions(+), 48 deletions(-) --- base-commit: 707df298cbde200b939c70be2577b20775fe3345 change-id: 20231025-rtas-trivial-2c22ce853f46 Best regards, -- Nathan Lynch <nath...@linux.ibm.com>