aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Spliet <rspliet@mpi-sws.org>2013-09-09 10:55:52 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-09-13 05:51:35 -0400
commitf03290dc1fea7eac15fe2e71dab2b29ccf0934b3 (patch)
treed65e2dc95aac7cd0dfcb1a9b2c49336a945a85ae
parentbcaacec1ca714224807728a63eccb37e3d685cd6 (diff)
litmus: Fix build error (implicit declaration of read_current_timer()) on ARM
Signed-off-by: Roy Spliet <rspliet@mpi-sws.org>
-rw-r--r--include/litmus/feather_trace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/litmus/feather_trace.h b/include/litmus/feather_trace.h
index 028dfb206fb0..44481e9c26ff 100644
--- a/include/litmus/feather_trace.h
+++ b/include/litmus/feather_trace.h
@@ -31,8 +31,7 @@ static inline int fetch_and_dec(int *val)
31#else /* !__ARCH_HAS_FEATHER_TRACE */ 31#else /* !__ARCH_HAS_FEATHER_TRACE */
32 32
33/* provide default implementation */ 33/* provide default implementation */
34 34#include <linux/timex.h> /* for get_cycles() */
35#include <asm/timex.h> /* for get_cycles() */
36 35
37static inline unsigned long long ft_timestamp(void) 36static inline unsigned long long ft_timestamp(void)
38{ 37{