Some functions defined in `arch/powerpc/kernel` (and one in `arch/powerpc/ kexec`) are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`. Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-2-nick.child@ibm.com |
||
|---|---|---|
| .. | ||
| core_32.c | ||
| core_64.c | ||
| core.c | ||
| crash.c | ||
| elf_64.c | ||
| file_load_64.c | ||
| file_load.c | ||
| Makefile | ||
| ranges.c | ||
| relocate_32.S | ||