The patch titled clocksource: fixup is_continous changes on AVR32 has been removed from the -mm tree. Its filename was clocksource-fixup-is_continous-changes-on-avr32.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clocksource: fixup is_continous changes on AVR32 From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Fixup the is_contionous replacement by a flag field. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxx> Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/avr32/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/avr32/kernel/time.c~clocksource-fixup-is_continous-changes-on-avr32 arch/avr32/kernel/time.c --- a/arch/avr32/kernel/time.c~clocksource-fixup-is_continous-changes-on-avr32 +++ a/arch/avr32/kernel/time.c @@ -37,7 +37,7 @@ static struct clocksource clocksource_av .read = read_cycle_count, .mask = CLOCKSOURCE_MASK(32), .shift = 16, - .is_continuous = 1, + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; /* _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch git-acpi.patch git-block.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html