]> Git Repo - J-u-boot.git/commit
global: Rework architecture global_data.h to include <linux/types.h>
authorTom Rini <[email protected]>
Thu, 14 Dec 2023 18:16:52 +0000 (13:16 -0500)
committerTom Rini <[email protected]>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
commit071cf2767f832ec89eff40a476903d4ac5240dcf
treeeebced19784de0d4856efbc8a67820a6dc9ba1d3
parentf90dee1a397520460b7a9693c2cce302e959c9fd
global: Rework architecture global_data.h to include <linux/types.h>

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.

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
arch/mips/include/asm/global_data.h
arch/nios2/include/asm/global_data.h
arch/powerpc/include/asm/global_data.h
arch/riscv/include/asm/global_data.h
arch/x86/include/asm/global_data.h
board/cssi/cmpc885/sdram.c
include/system-constants.h
This page took 0.028187 seconds and 4 git commands to generate.