]> git.karo-electronics.de Git - mv-sheeva.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)
commit3557957616412db3f496d75c6baef836f8f55a67
tree647c155fdc4f23486f5da133369413d857fb4e43
parentd4a47ac15487ee855386e414bf51435d83cd1812
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