summaryrefslogtreecommitdiff
path: root/board/karo
diff options
context:
space:
mode:
Diffstat (limited to 'board/karo')
-rw-r--r--board/karo/tx25/tx25.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c
index 307ffd0cbe..ec83f997cc 100644
--- a/board/karo/tx25/tx25.c
+++ b/board/karo/tx25/tx25.c
@@ -31,12 +31,6 @@
#include <asm/gpio.h>
#include <asm/arch/sys_proto.h>
-static void mdelay(int n)
-{
- while (n-- > 0)
- udelay(1000);
-}
-
DECLARE_GLOBAL_DATA_PTR;
#ifdef CONFIG_FEC_MXC