aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5250/timer.c')
-rw-r--r--src/cpu/samsung/exynos5250/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5250/timer.c b/src/cpu/samsung/exynos5250/timer.c
index 0c2e64143c..88e1f3e489 100644
--- a/src/cpu/samsung/exynos5250/timer.c
+++ b/src/cpu/samsung/exynos5250/timer.c
@@ -49,4 +49,3 @@ void udelay(unsigned usec)
while (mono_time_before(&current, &end))
timer_monotonic_get(&current);
}
-