]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xive: Fix section __init warning
authorCédric Le Goater <clg@kaod.org>
Mon, 4 Sep 2017 06:37:55 +0000 (08:37 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 4 Sep 2017 09:38:07 +0000 (19:38 +1000)
commit0f8f83cb37829a4ba9d809c9ef20ac224fe17488
tree531ca1d45caaad3cca192506a202a69d680e0842
parent7cd9901306471bbc3f43e1f85f11dfa6c9b2c55b
powerpc/xive: Fix section __init warning

xive_spapr_init() is called from a __init routine and calls __init
routines.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/xive/spapr.c