[PATCH 05/11] global: Rework architecture global_data.h to include <linux/types.h>

Simon Glass sjg at chromium.org
Sat Dec 2 19:23:12 CET 2023


On Wed, 22 Nov 2023 at 06:12, Tom Rini <trini at 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 <trini at 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 <sjg at chromium.org>


More information about the U-Boot mailing list