x86: Fix definition of global_data struct for asm-offsets.c
authorGraeme Russ <graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:21 +0000 (15:11 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:21 +0000 (15:11 +1100)
arch/i386/include/asm/global_data.h

index e3f8a25..e9000c3 100644 (file)
@@ -35,7 +35,7 @@
 
 #ifndef __ASSEMBLY__
 
-typedef        struct {
+typedef        struct global_data {
        bd_t            *bd;
        unsigned long   flags;
        unsigned long   baudrate;