diff options
Diffstat (limited to 'arch/x86/cpu/coreboot/tables.c')
-rw-r--r-- | arch/x86/cpu/coreboot/tables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/coreboot/tables.c b/arch/x86/cpu/coreboot/tables.c index 1594b4a8b2a..c52741ac9da 100644 --- a/arch/x86/cpu/coreboot/tables.c +++ b/arch/x86/cpu/coreboot/tables.c @@ -9,6 +9,7 @@ #include <common.h> #include <net.h> #include <asm/arch/sysinfo.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |