From: Ralf Baechle Date: Thu, 11 Oct 2007 22:46:09 +0000 (+0100) Subject: [MIPS] Switch from to_tm to rtc_time_to_tm X-Git-Tag: v2.6.24-rc1~1455^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b02340dcc6ce00bf22c48f4865915f5989e5e4;p=pandora-kernel.git [MIPS] Switch from to_tm to rtc_time_to_tm This replaces the MIPS-specific to_tm function with the generic rtc_time_to_tm function. The big difference between the two functions is that rtc_time_to_tm uses epoch 70 while to_tm uses 1970, so the result of rtc_time_to_tm needs to be fixed up. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed