--- linux-2.6.0-test9-mm3/arch/i386/kernel/timers/timer_pm.c Sat Nov 15 18:09:24 2003 +++ linux-2.6.0-test9-mm3_patched/arch/i386/kernel/timers/timer_pm.c Mon Nov 17 19:29:30 2003 @@ -185,6 +185,7 @@ static unsigned long get_offset_pmtmr(vo /* acpi timer_opts struct */ struct timer_opts timer_pmtmr = { + .name = "pmtmr", .init = init_pmtmr, .mark_offset = mark_offset_pmtmr, .get_offset = get_offset_pmtmr,