From: Andrew Morton it's a losing battle. Cc: John Stultz Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Andi Kleen Cc: Roman Zippel Signed-off-by: Andrew Morton --- include/linux/clocksource.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-2.6.20-rc6-mm/include/linux/clocksource.h =================================================================== --- linux-2.6.20-rc6-mm.orig/include/linux/clocksource.h +++ linux-2.6.20-rc6-mm/include/linux/clocksource.h @@ -202,7 +202,9 @@ extern void clocksource_change_rating(st #ifdef CONFIG_GENERIC_TIME_VSYSCALL extern void update_vsyscall(struct timespec *ts, struct clocksource *c); #else -#define update_vsyscall(now, c) do { } while(0) +static inline void update_vsyscall(struct timespec *ts, struct clocksource *c) +{ +} #endif #endif /* _LINUX_CLOCKSOURCE_H */