diff options
Diffstat (limited to 'arch/m68knommu/platform')
-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 | { |