diff options
-rw-r--r-- | include/litmus/feather_trace.h | 3 |
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 | ||
37 | static inline unsigned long long ft_timestamp(void) | 36 | static inline unsigned long long ft_timestamp(void) |
38 | { | 37 | { |