sh: Move cpu/$CPU to arch/sh/cpu/$CPU
[oweals/u-boot.git] / cpu / arm926ejs / davinci / timer.c
index 7c2c208253c0510d9b5bc9f87eefaf2a6ac70839..9da7443f30b5fea4df134a932ac49739f6c9e1ee 100644 (file)
@@ -112,7 +112,7 @@ void set_timer(ulong t)
        timestamp = t;
 }
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        ulong tmo;
        ulong endtime;