summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/global_data.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:31 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:31 +0200
commit2776fe72115fa82b2c100b0d35d8ad38aa2b7c38 (patch)
treedb01b43d4faf522fb31ffd9a43f7a7e0ab943262 /include/asm-arm/global_data.h
parent882be5b59bcfcdbbf599f3b5faee519d6aada54d (diff)
downloadbarebox-2776fe72115fa82b2c100b0d35d8ad38aa2b7c38.tar.gz
barebox-2776fe72115fa82b2c100b0d35d8ad38aa2b7c38.tar.xz
svn_rev_189
add typedef for gd_t to make compiler happy
Diffstat (limited to 'include/asm-arm/global_data.h')
-rw-r--r--include/asm-arm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h
index a23317f500..51d9405d65 100644
--- a/include/asm-arm/global_data.h
+++ b/include/asm-arm/global_data.h
@@ -23,6 +23,7 @@
#ifndef __ASM_GBL_DATA_H
#define __ASM_GBL_DATA_H
+typedef struct global_data gd_t;
#define DECLARE_GLOBAL_DATA_PTR