diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-07-03 04:52:01 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-07-04 03:52:18 -0400 |
commit | b482e48d29f1461fd0d059a17f32bcfa274127b3 (patch) | |
tree | ac09633da91f96547d23fc1dbd890e0eef18e530 /arch/um/include/shared/timer-internal.h | |
parent | c4683cd5fb243894a3de2d9ba2e0570ab339920c (diff) |
um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT
When CONFIG_UML_TIME_TRAVEL_SUPPORT isn't set, the build was broken.
Fix this.
Fixes: 065038706f77 ("um: Support time travel mode")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/shared/timer-internal.h')
-rw-r--r-- | arch/um/include/shared/timer-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/shared/timer-internal.h b/arch/um/include/shared/timer-internal.h index 5ca74f415d52..8574338bf23b 100644 --- a/arch/um/include/shared/timer-internal.h +++ b/arch/um/include/shared/timer-internal.h | |||
@@ -54,6 +54,8 @@ static inline void time_travel_set_timer(enum time_travel_timer_mode mode, | |||
54 | unsigned long long expiry) | 54 | unsigned long long expiry) |
55 | { | 55 | { |
56 | } | 56 | } |
57 | |||
58 | #define time_travel_timer_mode TT_TMR_DISABLED | ||
57 | #endif | 59 | #endif |
58 | 60 | ||
59 | #endif | 61 | #endif |