powerpc/4xx: Add __init attribute to eligible functions
authorNick Child <nick.child@ibm.com>
Thu, 16 Dec 2021 22:00:29 +0000 (17:00 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Dec 2021 11:33:16 +0000 (22:33 +1100)
commit1e3d992d213928851f7ddec6f150fb54fe759b64
treecdf34ae4ff35981b218b4e0f78dac88683fc090e
parentf1ba9b9474a9e32b9c173c91e71f713bfa7b2463
powerpc/4xx: Add __init attribute to eligible functions

Some functions defined in 'arch/powerpc/platforms/4xx' are deserving of an
`__init` macro attribute. These functions are only called by other
initialization functions and therefore should inherit the attribute.

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-15-nick.child@ibm.com
arch/powerpc/platforms/4xx/cpm.c
arch/powerpc/platforms/4xx/pci.c