diff options
Diffstat (limited to 'arch/s390/kernel/time.c')
-rw-r--r-- | arch/s390/kernel/time.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index d4c8e9c47c81..afefe514df0f 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
@@ -205,6 +205,10 @@ static struct clocksource clocksource_tod = { | |||
205 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 205 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
206 | }; | 206 | }; |
207 | 207 | ||
208 | struct clocksource * __init clocksource_default_clock(void) | ||
209 | { | ||
210 | return &clocksource_tod; | ||
211 | } | ||
208 | 212 | ||
209 | void update_vsyscall(struct timespec *wall_time, struct clocksource *clock) | 213 | void update_vsyscall(struct timespec *wall_time, struct clocksource *clock) |
210 | { | 214 | { |