powerpc/xive: Fix section mismatch warnings
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Aug 2017 11:44:14 +0000 (21:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:41:02 +0000 (23:41 +1000)
commitdf4c7983189491302a6000b2dcb14d8093f8fddf
tree9dae1000f586d081eee8dd162efb4ab948c4ce84
parent7559952e1f6f95091b00352c5ba863040b65db9e
powerpc/xive: Fix section mismatch warnings

Both xive_core_init() and xive_native_init() are called from and call
__init routines, so they should also be __init.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/xive/common.c
arch/powerpc/sysdev/xive/native.c