Generic udelay() with watchdog support
[platform/kernel/u-boot.git] / cpu / arm920t / imx / timer.c
index 31ec588..b06b518 100644 (file)
@@ -89,7 +89,7 @@ void udelay_masked (unsigned long usec)
        } while (diff >= 0);
 }
 
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        udelay_masked(usec);
 }