commit | a3dde221f33d61c22e246b19877b32767434de6e | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:21 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:21 2011 +1100 |
tree | 25d42aca61d55cea70a2663511ef19850873e5c3 | |
parent | aad19cc44f8dff48594cd2a209d10b4d1b70c991 [diff] |
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 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;