akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2009-01-12-16-53 has been uploaded to > > http://userweb.kernel.org/~akpm/mmotm/ > > and will soon be available at > > git://git.zen-sources.org/zen/mmotm.git > > It contains the following patches against 2.6.29-rc1: I'm seeing lots of rtc-cmos build errors. These should also be in linux-next since there is no patch in mmotm that changes this. drivers/rtc/rtc-cmos.c: In function 'cmos_checkintr': drivers/rtc/rtc-cmos.c:285: error: implicit declaration of function 'is_hpet_enabled' drivers/rtc/rtc-cmos.c: In function 'cmos_irq_enable': drivers/rtc/rtc-cmos.c:305: error: implicit declaration of function 'hpet_set_rtc_irq_bit' drivers/rtc/rtc-cmos.c: In function 'cmos_irq_disable': drivers/rtc/rtc-cmos.c:317: error: implicit declaration of function 'hpet_mask_rtc_irq_bit' drivers/rtc/rtc-cmos.c: In function 'cmos_set_alarm': drivers/rtc/rtc-cmos.c:369: error: implicit declaration of function 'hpet_set_alarm_time' drivers/rtc/rtc-cmos.c: In function 'cmos_irq_set_freq': drivers/rtc/rtc-cmos.c:397: error: implicit declaration of function 'hpet_set_periodic_freq' drivers/rtc/rtc-cmos.c: In function 'cmos_do_probe': drivers/rtc/rtc-cmos.c:771: error: 'hpet_rtc_interrupt' undeclared (first use in this function) drivers/rtc/rtc-cmos.c:772: error: implicit declaration of function 'hpet_register_irq_handler' drivers/rtc/rtc-cmos.c:789: error: implicit declaration of function 'hpet_rtc_timer_init' drivers/rtc/rtc-cmos.c: In function 'cmos_do_remove': drivers/rtc/rtc-cmos.c:842: error: implicit declaration of function 'hpet_unregister_irq_handler' -- ~Randy