powerpc/8xx: add __init to cpm1 init functions
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 12 Sep 2019 13:22:55 +0000 (13:22 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 19 Nov 2019 08:38:35 +0000 (19:38 +1100)
commit132f92fdc42782fd297e076ef74bedeb8ce774e4
tree1f5ca2b7510af45e825ea728e4271d1f60b28e85
parentb020aa9d1e875c1c91b1390acdf42320e7060d84
powerpc/8xx: add __init to cpm1 init functions

Functions cpm1_clk_setup(), cpm1_set_pin(), cpm_pic_init() and
mpc8xx_pic_init() are only called from __init functions, so mark
them __init as well.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c27168ef054f3a52edcf0ff91652700d53b3e32d.1568294563.git.christophe.leroy@c-s.fr
arch/powerpc/platforms/8xx/cpm1.c
arch/powerpc/platforms/8xx/pic.c