On Thu, 14 Jun 2007 12:20:01 +0200, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote: > create mode 100644 arch/mips/lib/time.c I think this to_tm() cleanup should be done in separate patch. Maybe selecting RTC_LIB in Kconfig and replace all to_tm() calls with rtc_time_to_tm(tim, tm); tm->tm_year += 1900; would be enough. --- Atsushi Nemoto