]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 e3f8a25efb600352cd139756f0ae51a18f52d289..e9000c37cbb58c35e76c6e91c4a7036e6d7789ab 100644 (file)
@@ -35,7 +35,7 @@
 
 #ifndef __ASSEMBLY__
 
-typedef        struct {
+typedef        struct global_data {
        bd_t            *bd;
        unsigned long   flags;
        unsigned long   baudrate;