powerpc/44x: Add __init attribute to eligible functions
authorNick Child <nick.child@ibm.com>
Thu, 16 Dec 2021 22:00:30 +0000 (17:00 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Dec 2021 11:33:17 +0000 (22:33 +1100)
commit1ee969be25ed21a1192ca569ad827013eb7fac04
tree9b05830d854b4955a320eb9c668e4b3d923ef957
parent1e3d992d213928851f7ddec6f150fb54fe759b64
powerpc/44x: Add __init attribute to eligible functions

Some functions defined in 'arch/powerpc/platforms/44x/' 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-16-nick.child@ibm.com
arch/powerpc/platforms/44x/fsp2.c