X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fclocksource.h;h=8a4a130cc19698ab8a03c6c6344e3b24f42932f8;hp=279c5478e8a6aaf7c4a6944166dcc22eb708d5ed;hb=fbf07eac7bf21c262143194181bd97c5d18b8ceb;hpb=60d8ce2cd6c283132928c11f3fd57ff4187287e0 diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 279c5478e8a..8a4a130cc19 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -292,10 +292,12 @@ clocksource_calc_mult_shift(struct clocksource *cs, u32 freq, u32 minsec) } #ifdef CONFIG_GENERIC_TIME_VSYSCALL -extern void update_vsyscall(struct timespec *ts, struct clocksource *c); +extern void +update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult); extern void update_vsyscall_tz(void); #else -static inline void update_vsyscall(struct timespec *ts, struct clocksource *c) +static inline void +update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult) { }