summaryrefslogtreecommitdiff
path: root/arch/xtensa/lib/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/lib/time.c')
-rw-r--r--arch/xtensa/lib/time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/lib/time.c b/arch/xtensa/lib/time.c
index c6739584bbf..319635c6b09 100644
--- a/arch/xtensa/lib/time.c
+++ b/arch/xtensa/lib/time.c
@@ -62,7 +62,6 @@ void __udelay(unsigned long usec)
delay_cycles(mhz * lo);
}
-
/*
* Return the elapsed time (ticks) since 'base'.
*/
@@ -89,7 +88,6 @@ ulong get_timer(ulong base)
#endif
}
-
/*
* This function is derived from ARM/PowerPC code (read timebase as long long).
* On Xtensa it just returns the timer value.