powerpc: Move patch sites out of asm-prototypes.h
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 18 Aug 2022 05:06:59 +0000 (15:06 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 26 Aug 2022 01:02:20 +0000 (11:02 +1000)
commiteb316ae798b36b280ef9e6a79d3aa34d146aa0e4
tree3bf99c34882a0e6209bd28f1c0d1886e99f77def
parent7a26c952902d1f29b09237b1698a30084f6a3074
powerpc: Move patch sites out of asm-prototypes.h

The definitions for the patch sites etc. don't belong in
asm-prototypes.h, they are not EXPORT'ed asm symbols.

Move them into sections.h which is traditionally used for asm symbols.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220818050659.187181-1-mpe@ellerman.id.au
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/sections.h
arch/powerpc/kernel/security.c