]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Fix section mismatch from opal_lpc_init()
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Feb 2017 05:21:44 +0000 (16:21 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Feb 2017 05:35:10 +0000 (16:35 +1100)
commit0b1c764339ef35dccaa49d8466ec2bb08362c233
tree99dd74993a4851d5fa050d84308db31b0328b473
parent0d0a4bc2a6f7de19cb0256a55891955961d70b1c
powerpc/powernv: Fix section mismatch from opal_lpc_init()

opal_lpc_init() is called from an __init routine, and calls other __init
routines, so should also be __init, init?

Fixes: 023b13a50183 ("powerpc/powernv: Add support for direct mapped LPC on POWER9")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/opal-lpc.c