aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/timer.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:52:18 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:52:43 +0200
commitf7c55148c02dcfd39f585aa90513a18d66815a97 (patch)
tree271909122370538dc29314ffe8c112e040865879 /src/cpu/samsung/exynos5250/timer.c
parent7e8d48372b8638fcba78c99b8ce0128bec4eaafc (diff)
cpu: Trivial - drop trailing blank lines at EOF
Change-Id: I9004f34ba0c13b4489b26ac8c1476d00a6c6d01d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6207 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
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);
}
-