aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:52 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commit071cf2767f832ec89eff40a476903d4ac5240dcf (patch)
treeeebced19784de0d4856efbc8a67820a6dc9ba1d3 /arch/x86/include
parentf90dee1a397520460b7a9693c2cce302e959c9fd (diff)
downloadu-boot-071cf2767f832ec89eff40a476903d4ac5240dcf.zip
u-boot-071cf2767f832ec89eff40a476903d4ac5240dcf.tar.gz
u-boot-071cf2767f832ec89eff40a476903d4ac5240dcf.tar.bz2
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>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h
index 6f4a713..1ef7f1f 100644
--- a/arch/x86/include/asm/global_data.h
+++ b/arch/x86/include/asm/global_data.h
@@ -9,6 +9,7 @@
#ifndef __ASSEMBLY__
+#include <linux/types.h>
#include <asm/processor.h>
#include <asm/mrccache.h>