Re: [PATCH 1/2] powerpc/machdep: Drop include of seq_file.h

2024-11-07 Thread Michael Ellerman
On Wed, 09 Oct 2024 16:18:25 +1100, Michael Ellerman wrote: > 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. >

[PATCH 1/2] powerpc/machdep: Drop include of seq_file.h

2024-10-08 Thread Michael Ellerman
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 --- arch/powerpc/include/asm/machdep.h