]> git.baikalelectronics.ru Git - kernel.git/commit
MN10300: Fix RTC routines
authorDavid Howells <dhowells@redhat.com>
Thu, 12 Aug 2010 15:54:36 +0000 (16:54 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Aug 2010 16:51:35 +0000 (09:51 -0700)
commit4460bac986542c6115263415547aed08a9637249
tree647c155fdc4f23486f5da133369413d857fb4e43
parent0108ac773dc850d5e7e8956cd0ec7fc30589d66e
MN10300: Fix RTC routines

A change to the RTC routines in the MN10300 arch used set_rtc_mms() when it
meant set_rtc_mmss().  This results in an error due to a reference of an
undefined symbol.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/rtc.c