x86: Fix definition of global_data struct for asm-offsets.c
[platform/kernel/u-boot.git] / 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;