]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c
authorMichael Witten <mfwitten@gmail.com>
Tue, 24 Jan 2012 22:48:04 +0000 (22:48 +0000)
committerJiri Kosina <jkosina@suse.cz>
Fri, 3 Feb 2012 21:50:56 +0000 (22:50 +0100)
commitec11190b7b650a87dcb095b0a6eddf058c1ab946
tree4c7e382703594c8af4de6be50807266c3523330a
parentf5b65ca7baf198b8d0d79046491c6ecb0729161d
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 334dbdda9d27872165607dca126afed71ec7064b
  Author: Thomas Gleixner <tglx@linutronix.de>
  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 <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/char/nvram.c
drivers/char/rtc.c