commit | 3557957616412db3f496d75c6baef836f8f55a67 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Aug 12 16:54:36 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 12 09:51:35 2010 -0700 |
tree | 647c155fdc4f23486f5da133369413d857fb4e43 | |
parent | d4a47ac15487ee855386e414bf51435d83cd1812 [diff] |
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>