]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Don't include asm/setup.h in asm/machdep.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 11 Jun 2022 16:55:15 +0000 (18:55 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 20 Jun 2022 01:29:49 +0000 (11:29 +1000)
commit8d4009554fd8395525d43ce26b8d9fa465d240ee
tree2c998b0d5c6cda7eec97a8ae170962df00c38b7f
parent71374b58ebc7666369d670c06d1176f81c437c59
powerpc: Don't include asm/setup.h in asm/machdep.h

asm/machdep.h doesn't need asm/setup.h

Remove it.

Add it directly in files that needs it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/3b1dfb19a2c3265fb4abc2bfc7b6eae9261a998b.1654966508.git.christophe.leroy@csgroup.eu
12 files changed:
arch/powerpc/include/asm/machdep.h
arch/powerpc/kernel/pci-common.c
arch/powerpc/kernel/prom.c
arch/powerpc/kernel/prom_init.c
arch/powerpc/kexec/core.c
arch/powerpc/kvm/powerpc.c
arch/powerpc/mm/mem.c
arch/powerpc/platforms/pseries/kexec.c
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/sysdev/fsl_pci.c
drivers/scsi/mesh.c