summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-12-13 21:48:17 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-12-17 21:28:39 +0100
commit7e3b5ab8f535b1d6ff92660226cf06953d192e7a (patch)
tree2ab2ed92d65d5eba49bd34b6151e7413b3a5e525
parent97d6b6aac3f0f267afc2e0d8abe55b6e82860d6a (diff)
downloadbarebox-7e3b5ab8f535b1d6ff92660226cf06953d192e7a.tar.gz
barebox-7e3b5ab8f535b1d6ff92660226cf06953d192e7a.tar.xz
doc: remove non-existing references
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--arch/arm/mach-omap/syslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/syslib.c b/arch/arm/mach-omap/syslib.c
index 2b25dc15..57575745 100644
--- a/arch/arm/mach-omap/syslib.c
+++ b/arch/arm/mach-omap/syslib.c
@@ -40,7 +40,7 @@
*
* Will be constant time as its generally used in bypass conditions only.
* This is necessary until timers are accessible. if you need timed delays
- * use @ref mdelay or @ref udelay instead
+ * use mdelay or udelay instead
*
* @param[in] loops number of loops
*