summaryrefslogtreecommitdiff
path: root/include/asm-i386/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/global_data.h')
-rw-r--r--include/asm-i386/global_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/global_data.h b/include/asm-i386/global_data.h
index 35bad23c1..cc30689d2 100644
--- a/include/asm-i386/global_data.h
+++ b/include/asm-i386/global_data.h
@@ -59,8 +59,8 @@ typedef struct {
#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
#define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
-extern gd_t *global_data;
+extern gd_t *gd;
-#define DECLARE_GLOBAL_DATA_PTR gd_t *gd = global_data
+#define DECLARE_GLOBAL_DATA_PTR
#endif /* __ASM_GBL_DATA_H */