diff options
author | Gabe Black <gabeblack@chromium.org> | 2012-10-10 13:12:55 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-11-28 11:40:04 -0800 |
commit | c953fbee540c4c5a13f747a92daa59c24a9aaacf (patch) | |
tree | 641070df63a18c942ff7930801eaa7f7b73575e0 /arch/x86/include/asm/global_data.h | |
parent | b16f521a5e87208cebbd17964452e11704416c3f (diff) | |
download | u-boot-c953fbee540c4c5a13f747a92daa59c24a9aaacf.tar.gz |
x86: Add some missing includes
I suspect these includes were usually available because something else
included them earlier or because they were brought in transitively.
Change-Id: I6aae2ac94dc792eac6febb4345e8125f69f70988
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/global_data.h')
-rw-r--r-- | arch/x86/include/asm/global_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h index 59c2a9095b..b8961baaeb 100644 --- a/arch/x86/include/asm/global_data.h +++ b/arch/x86/include/asm/global_data.h @@ -33,6 +33,8 @@ #ifndef __ASSEMBLY__ +#include <asm/u-boot.h> + typedef struct global_data gd_t; struct global_data { |