]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a4f0074930757536aee773062443b4b7ff2e7e5
tree9dae1000f586d081eee8dd162efb4ab948c4ce84
parentd2531fcc30218a9eab6a4e45eb4a14e4b48fea14
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