diff options
Diffstat (limited to 'arch/s390/kernel/time.c')
| -rw-r--r-- | arch/s390/kernel/time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index 34162a0b2caa..68e1ecf5ebab 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
| @@ -214,7 +214,8 @@ struct clocksource * __init clocksource_default_clock(void) | |||
| 214 | return &clocksource_tod; | 214 | return &clocksource_tod; |
| 215 | } | 215 | } |
| 216 | 216 | ||
| 217 | void update_vsyscall(struct timespec *wall_time, struct clocksource *clock) | 217 | void update_vsyscall(struct timespec *wall_time, struct clocksource *clock, |
| 218 | u32 mult) | ||
| 218 | { | 219 | { |
| 219 | if (clock != &clocksource_tod) | 220 | if (clock != &clocksource_tod) |
| 220 | return; | 221 | return; |
