aboutsummaryrefslogtreecommitdiff
path: root/src/soc/marvell/armada38x/monotonic_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/marvell/armada38x/monotonic_timer.c')
-rw-r--r--src/soc/marvell/armada38x/monotonic_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/marvell/armada38x/monotonic_timer.c b/src/soc/marvell/armada38x/monotonic_timer.c
index b314f1185e..49fa6cd76f 100644
--- a/src/soc/marvell/armada38x/monotonic_timer.c
+++ b/src/soc/marvell/armada38x/monotonic_timer.c
@@ -55,4 +55,3 @@ void timer_monotonic_get(struct mono_time *mt)
total_ticks = (((total_ticks + overflow) >> 32) << 32) + current_ticks;
mono_time_set_usecs(mt, total_ticks / MHZ_NUM);
}
-