commit | a848da5747bd9bc798082b73ceb4a73afe57d48c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:35 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Feb 01 15:07:50 2013 -0500 |
tree | 9ed77bb4cd2a7a9fcd12d6edc18ed71e06ffe1a9 | |
parent | 2655ee1df526a82e17ff2ff2fdd635b2c6965d74 [diff] [blame] |
arm: Move lastinc 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/arm926ejs/omap/timer.c b/arch/arm/cpu/arm926ejs/omap/timer.c index 71b8700..34ec7b2 100644 --- a/arch/arm/cpu/arm926ejs/omap/timer.c +++ b/arch/arm/cpu/arm926ejs/omap/timer.c
@@ -45,7 +45,7 @@ DECLARE_GLOBAL_DATA_PTR; #define timestamp gd->arch.tbl -#define lastdec gd->lastinc +#define lastdec gd->arch.lastinc int timer_init (void) {