From: Thomas Gleixner Fixup the is_contionous replacement by a flag field. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Cc: Martin Schwidefsky Cc: john stultz Cc: Roman Zippel Signed-off-by: Andrew Morton --- arch/s390/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.20-rc6-mm/arch/s390/kernel/time.c =================================================================== --- linux-2.6.20-rc6-mm.orig/arch/s390/kernel/time.c +++ linux-2.6.20-rc6-mm/arch/s390/kernel/time.c @@ -312,7 +312,7 @@ static struct clocksource clocksource_to .mask = -1ULL, .mult = 1000, .shift = 12, - .is_continuous = 1, + .flags = CLOCK_SOURCE_IS_CONTINUOUS, };