From 96782c63d3bd4067623895b8691ed2823c715f1d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 9 Oct 2005 00:22:48 +0200 Subject: Cleanup warnings for cpu/arm720t & cpu/arm1136 files. sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005 --- cpu/arm720t/interrupts.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpu/arm720t') diff --git a/cpu/arm720t/interrupts.c b/cpu/arm720t/interrupts.c index 575d923..da62502 100644 --- a/cpu/arm720t/interrupts.c +++ b/cpu/arm720t/interrupts.c @@ -218,13 +218,13 @@ static void timer_isr( void *data) { } #endif -static ulong timestamp; -static ulong lastdec; - #if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR) /* Use IntegratorAP routines in board/integratorap.c */ #else +static ulong timestamp; +static ulong lastdec; + int interrupt_init (void) { -- cgit v1.1