summaryrefslogtreecommitdiffstats
path: root/lib_sh/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/time.c')
-rw-r--r--lib_sh/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/time.c b/lib_sh/time.c
index 52dbcd0611..9a8f89aef6 100644
--- a/lib_sh/time.c
+++ b/lib_sh/time.c
@@ -105,7 +105,7 @@ unsigned long long get_ticks (void)
return 0 - readl(TCNT0);
}
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
{
unsigned long long tmp;
ulong tmo;
OpenPOWER on IntegriCloud