Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/built-in.o: In function `rtc_hctosys': hctosys.c:(.init.text+0x4a98): undefined reference to `rtc_hctosys_ret' hctosys.c:(.init.text+0x4b54): undefined reference to `rtc_hctosys_ret' hctosys.c:(.init.text+0x4b58): undefined reference to `rtc_hctosys_ret' Caused by commit "rtc_sysfs_show_hctosys(): display 0 if resume failed" from the akpm tree. rtc_hctosys_ret was moved into class.c but protected by defined(CONFIG_PM) && defined(CONFIG_RTC_HCTOSYS_DEVICE) and this build does not have CONFIG_PM set. I have reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au