projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a79b7
)
x86: Fix definition of global_data struct for asm-offsets.c
author
Graeme Russ
<graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:21 +0000
(15:11 +1100)
committer
Graeme Russ
<graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:21 +0000
(15:11 +1100)
arch/i386/include/asm/global_data.h
patch
|
blob
|
history
diff --git
a/arch/i386/include/asm/global_data.h
b/arch/i386/include/asm/global_data.h
index e3f8a25efb600352cd139756f0ae51a18f52d289..e9000c37cbb58c35e76c6e91c4a7036e6d7789ab 100644
(file)
--- 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;