]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm926ejs/interrupts.c
Code cleanup; make several boards compile & link.
[karo-tx-uboot.git] / cpu / arm926ejs / interrupts.c
index 10841fd0a13c3bfc9540602977becbb9731db51f..3770660282e110f1be93c9694dd0b76fcad14a05 100644 (file)
@@ -293,7 +293,7 @@ ulong get_timer_masked (void)
 /* waits specified delay value and resets timestamp */
 void udelay_masked (unsigned long usec)
 {
-       ulong tmo, tmp;
+       ulong tmo;
 
        if(usec >= 1000){               /* if "big" number, spread normalization to seconds */
                tmo = usec / 1000;      /* start to normalize for usec to ticks per sec */