From patchwork Mon Jan 3 19:46:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot, RFC, 01/36] x86 - Fix definition of global_data struct for asm-offsets.c Date: Mon, 03 Jan 2011 09:46:21 -0000 From: Graeme Russ X-Patchwork-Id: 77310 Message-Id: <1294084016-2674-2-git-send-email-graeme.russ@gmail.com> To: u-boot@lists.denx.de --- arch/i386/include/asm/global_data.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- 1.7.1.422.g049e9 diff --git a/arch/i386/include/asm/global_data.h b/arch/i386/include/asm/global_data.h index e3f8a25..e9000c3 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;