]> 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)
commitba67cf991aa0ec987f8c96546c767d77afc65049
tree9dae1000f586d081eee8dd162efb4ab948c4ce84
parent967706d31b16d06996c15295d1d95bffca93a6eb
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