commit | 2655ee1df526a82e17ff2ff2fdd635b2c6965d74 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:34 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Feb 01 15:07:50 2013 -0500 |
tree | e67321700886c597591624f825379a2d76dbd99c | |
parent | 8ca1520e5ae5c71f49f912b03edf6616b28a1845 [diff] [blame] |
arm: Move tbl to arch_global_data Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/cpu/pxa/timer.c b/arch/arm/cpu/pxa/timer.c index a8f7462..7799c14 100644 --- a/arch/arm/cpu/pxa/timer.c +++ b/arch/arm/cpu/pxa/timer.c
@@ -31,7 +31,7 @@ #define TIMER_LOAD_VAL 0xffffffff -#define timestamp (gd->tbl) +#define timestamp (gd->arch.tbl) #define lastinc (gd->lastinc) #if defined(CONFIG_CPU_PXA27X) || defined(CONFIG_CPU_MONAHANS)