From: Michael Witten Date: Tue, 24 Jan 2012 22:48:04 +0000 (+0000) Subject: drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c X-Git-Tag: v3.4-rc1~175^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5196d20305d5e30d871111d3a876cf067dd94255;p=pandora-kernel.git drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c This commit updates some comments to reflect the fact that code for periodically updating the CMOS RTC was moved to: kernel/time/ntp.c probably by this commit: commit 82644459c592a28a3eab682f9b88d81019ddfe8b Author: Thomas Gleixner Date: Sat Jul 21 04:37:37 2007 -0700 NTP: move the cmos update code into ntp.c i386 and sparc64 have the identical code to update the cmos clock. Move it into kernel/time/ntp.c as there are other architectures coming along with the same requirements. Signed-off-by: Michael Witten Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed