Re: [PATCH 2/3] ia64: remove unneeded header includes from

2020-08-31 Thread Ard Biesheuvel
On Sat, 29 Aug 2020 at 08:16, Masahiro Yamada wrote: > > includes too many unneeded headers. > > This commit cuts off a lot of header includes. > > What we need to include are: > > - for DECLARE_PER_CPU(u64, ia64_mca_pal_base) > - for NR_CPUS > - for u8, u64, size_t, etc. > - for KERNEL_S

Re: [PATCH 2/3] ia64: remove unneeded header includes from

2020-08-29 Thread Randy Dunlap
On 8/28/20 10:15 PM, Masahiro Yamada wrote: > includes too many unneeded headers. > > This commit cuts off a lot of header includes. > > What we need to include are: > > - for DECLARE_PER_CPU(u64, ia64_mca_pal_base) > - for NR_CPUS > - for u8, u64, size_t, etc. > - for KERNEL_STACK_SIZE

[PATCH 2/3] ia64: remove unneeded header includes from

2020-08-28 Thread Masahiro Yamada
includes too many unneeded headers. This commit cuts off a lot of header includes. What we need to include are: - for DECLARE_PER_CPU(u64, ia64_mca_pal_base) - for NR_CPUS - for u8, u64, size_t, etc. - for KERNEL_STACK_SIZE The other header includes are actually unneeded. previously