On Wed, 22 Nov 2023 at 06:12, Tom Rini <tr...@konsulko.com> wrote: > > In most cases, the architecture global data currently makes use of > assorted linux types, but does not include <linux/types.h> to provide > them. Add <linux/types.h> instead of relying on indirect inclusion. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > arch/mips/include/asm/global_data.h | 2 +- > arch/nios2/include/asm/global_data.h | 2 ++ > arch/powerpc/include/asm/global_data.h | 3 +-- > arch/riscv/include/asm/global_data.h | 1 + > arch/x86/include/asm/global_data.h | 1 + > 5 files changed, 6 insertions(+), 3 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>