From: Graeme Russ <graeme.russ@gmail.com>
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: v2025.01-rc5-pxa1908~19697
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=de47cbe6860654cc6c0cf8820d9165f059c7cf38;p=u-boot.git

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;