powerpc: Don't include asm/ppc_asm.h in other headers
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 6 May 2022 09:14:25 +0000 (11:14 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 06:45:13 +0000 (16:45 +1000)
commite93dee186fc95f2058b0c9d2317d8b876b8512db
tree4fc488be8fedcec2ca79b0f549e8ee473941598f
parent46d60bdb1283bb0f22d9480e2d6c972623cb4182
powerpc: Don't include asm/ppc_asm.h in other headers

asm/ppc_asm.h is not needed in any of the header it is included.

It is only needed by irq.c. Include it there and remove it from
other headers.

word-at-a-time.h only need ex_table.h, so include it instead.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e2d7b96547037f852c7ed164e4f79e8918c2607a.1651828453.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/io.h
arch/powerpc/include/asm/uaccess.h
arch/powerpc/include/asm/word-at-a-time.h
arch/powerpc/kernel/irq.c