summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/mx27/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/mx27/timer.c')
-rw-r--r--cpu/arm926ejs/mx27/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/mx27/timer.c b/cpu/arm926ejs/mx27/timer.c
index 9011058..1e13627 100644
--- a/cpu/arm926ejs/mx27/timer.c
+++ b/cpu/arm926ejs/mx27/timer.c
@@ -118,7 +118,6 @@ int timer_init(void)
writel(readl(&regs->gpt_tctl) | GPTCR_CLKSOURCE_32 | GPTCR_FRR,
&regs->gpt_tctl);
writel(readl(&regs->gpt_tctl) | GPTCR_TEN, &regs->gpt_tctl);
-
return 0;
}