From: Graeme Russ Date: Sat, 12 Feb 2011 04:11:21 +0000 (+1100) Subject: x86: Fix definition of global_data struct for asm-offsets.c X-Git-Tag: v2011.03-rc2~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de47cbe6860654cc6c0cf8820d9165f059c7cf38;p=u-boot x86: Fix definition of global_data struct for asm-offsets.c --- diff --git a/arch/i386/include/asm/global_data.h b/arch/i386/include/asm/global_data.h index e3f8a25efb..e9000c37cb 100644 --- a/arch/i386/include/asm/global_data.h +++ b/arch/i386/include/asm/global_data.h @@ -35,7 +35,7 @@ #ifndef __ASSEMBLY__ -typedef struct { +typedef struct global_data { bd_t *bd; unsigned long flags; unsigned long baudrate;