]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_sparc/time.c
OMAP3 Add usb device support
[karo-tx-uboot.git] / lib_sparc / time.c
index 433f3eb5a0dd3fe95384e0d444cc020951bdb6e9..82b2a3abce5bd494808ece127ff944dd6a796fbd 100644 (file)
@@ -53,7 +53,7 @@ unsigned long usec2ticks(unsigned long usec)
  * microseconds to wait) into a number of time base ticks; then we
  * watch the time base until it has incremented by that amount.
  */
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        ulong ticks = usec2ticks(usec);