diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-12-06 11:43:14 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-06 07:41:26 -0800 |
commit | dcb14775493170ea60fb8b657b411cdc9532b7ee (patch) | |
tree | 6119b96d277b32cdd17fa5817f195d9c4cf4c86e | |
parent | deb77c8501f47ab228bf7cc7fd649e50603ed2cd (diff) | |
download | blackbird-op-linux-dcb14775493170ea60fb8b657b411cdc9532b7ee.tar.gz blackbird-op-linux-dcb14775493170ea60fb8b657b411cdc9532b7ee.zip |
[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>
-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 c5482e3622eb..1b36f6261764 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 */ |