diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-12-06 01:43:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-06 15:41:26 (GMT) |
commit | dcb14775493170ea60fb8b657b411cdc9532b7ee (patch) | |
tree | 6119b96d277b32cdd17fa5817f195d9c4cf4c86e /arch | |
parent | deb77c8501f47ab228bf7cc7fd649e50603ed2cd (diff) | |
download | linux-fsl-qoriq-dcb14775493170ea60fb8b657b411cdc9532b7ee.tar.xz |
[PATCH] m68knommu: switch 68360 to using rtc_time
Adds support for RTCs (through genrtc) for M68KNOMMU.
Board-specific code will have to link the appropriate RTC driver to the
mach_hwclk callback, at minimum.
This patch switches the 68360 code over to using rtc_time.
Signed-off-by: Gavin Lambert <gavinl@compacsort.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68knommu/platform/68360/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/68360/config.c b/arch/m68knommu/platform/68360/config.c index c5482e3..1b36f62 100644 --- a/arch/m68knommu/platform/68360/config.c +++ b/arch/m68knommu/platform/68360/config.c @@ -114,7 +114,7 @@ void BSP_gettod (int *yearp, int *monp, int *dayp, { } -int BSP_hwclk(int op, struct hwclk_time *t) +int BSP_hwclk(int op, struct rtc_time *t) { if (!op) { /* read */ |