diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-02-01 02:40:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 05:02:04 -0500 |
commit | 79d8bfb01be752694fb3ae93555fcc0ad91b232b (patch) | |
tree | 3828131ccd73e954d3f5ef1aeea87ed53ba5f7cb /arch/m68knommu | |
parent | 2d8815ba82ef5048806d36529f3e385450ba6e60 (diff) |
m68knommu: remove empty timer offset function for 68360
Switching to GENERIC_TIME means we no longer need the empty timer offset
function for the 68360 CPU.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/68360/config.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68knommu/platform/68360/config.c b/arch/m68knommu/platform/68360/config.c index 2b3196af811f..ac629fa30099 100644 --- a/arch/m68knommu/platform/68360/config.c +++ b/arch/m68knommu/platform/68360/config.c | |||
@@ -103,11 +103,6 @@ void hw_timer_init(void) | |||
103 | pquicc->timer_tgcr = tgcr_save; | 103 | pquicc->timer_tgcr = tgcr_save; |
104 | } | 104 | } |
105 | 105 | ||
106 | unsigned long hw_timer_offset(void) | ||
107 | { | ||
108 | return 0; | ||
109 | } | ||
110 | |||
111 | void BSP_gettod (int *yearp, int *monp, int *dayp, | 106 | void BSP_gettod (int *yearp, int *monp, int *dayp, |
112 | int *hourp, int *minp, int *secp) | 107 | int *hourp, int *minp, int *secp) |
113 | { | 108 | { |