powerpc/machdep: Drop include of seq_file.h
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Oct 2024 05:18:25 +0000 (16:18 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 29 Oct 2024 12:01:05 +0000 (23:01 +1100)
commit3c9670df7f7e871f0d2c2208d2ce79f6cfbca0f6
tree372cfa5089c58dcde8f45b0341099ed7a0383f43
parent5e296fc37e1afa3fb38b886fe2bf7737777d0f61
powerpc/machdep: Drop include of seq_file.h

Drop the include of seq_file.h in machdep.h, replace it with a forward
declaration of struct seq_file, which is all that's required.

Add direct includes of seq_file.h to some files that were getting
seq_file.h via machdep.h.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241009051826.132805-1-mpe@ellerman.id.au
arch/powerpc/include/asm/machdep.h
arch/powerpc/platforms/52xx/efika.c
arch/powerpc/platforms/embedded6xx/linkstation.c
arch/powerpc/platforms/embedded6xx/mvme5100.c
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/msi.c
arch/powerpc/platforms/pseries/papr_scm.c
arch/powerpc/sysdev/xive/spapr.c