Skip to content

Commit

Permalink
m68knommu: remove empty timer offset function for 68360
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 1, 2008
1 parent 2d8815b commit 79d8bfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/m68knommu/platform/68360/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ void hw_timer_init(void)
pquicc->timer_tgcr = tgcr_save;
}

unsigned long hw_timer_offset(void)
{
return 0;
}

void BSP_gettod (int *yearp, int *monp, int *dayp,
int *hourp, int *minp, int *secp)
{
Expand Down

0 comments on commit 79d8bfb

Please sign in to comment.