]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm720t/interrupts.c
Cleanup warnings for cpu/arm720t & cpu/arm1136 files.
[u-boot] / cpu / arm720t / interrupts.c
index 575d923a373c57113770907fe16585dc2f075c80..da62502d6144e21ae375a935e4216bf06c211cc7 100644 (file)
@@ -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)
 {