On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: >... > Changes since 2.6.19-rc5-mm2: >... > +updated-i386-convert-to-clock-event-devices.patch >... > Updated/fixed/reworked/redone hrtimer and dynticks patches. >...
This patch removes the no longer used hpet_reenable() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/i386/kernel/time_hpet.c | 5 ----- include/asm-i386/hpet.h | 1 - 2 files changed, 6 deletions(-) --- linux-2.6.19-rc5-mm2/include/asm-i386/hpet.h.old 2006-11-15 18:49:35.000000000 +0100 +++ linux-2.6.19-rc5-mm2/include/asm-i386/hpet.h 2006-11-15 18:49:44.000000000 +0100 @@ -96,7 +96,6 @@ extern int hpet_rtc_timer_init(void); extern int hpet_enable(void); -extern int hpet_reenable(void); extern int is_hpet_enabled(void); extern int is_hpet_capable(void); extern int hpet_readl(unsigned long a); --- linux-2.6.19-rc5-mm2/arch/i386/kernel/time_hpet.c.old 2006-11-15 18:49:53.000000000 +0100 +++ linux-2.6.19-rc5-mm2/arch/i386/kernel/time_hpet.c 2006-11-15 18:50:02.000000000 +0100 @@ -199,11 +199,6 @@ return 0; } -int hpet_reenable(void) -{ - return hpet_timer_stop_set_go(hpet_tick); -} - int is_hpet_enabled(void) { return use_hpet; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/