Browse Source

x86: Fix definition of global_data struct for asm-offsets.c

Graeme Russ 14 years ago
parent
commit
de47cbe686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/i386/include/asm/global_data.h

+ 1 - 1
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;