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 <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2023-12-14 13:16:52 -05:00
parent f90dee1a39
commit 071cf2767f
7 changed files with 8 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
#ifndef __ASM_GBL_DATA_H
#define __ASM_GBL_DATA_H
#include <linux/types.h>
#include <asm/regdef.h>
#include <asm/types.h>
struct octeon_eeprom_mac_addr {
u8 mac_addr_base[6];