commit | 361a541dc2373e57cfa7a63e95fbe448ff5675d4 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed Oct 19 21:37:08 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 21:47:57 2011 +1000 |
tree | 61c77ec712ed48bde8bdbee74af20e132778e91e | |
parent | 5717a02becd2f5dae8b11cb5808de4e5369d607c [diff] |
m68knommu: move definition of mach_gettod to where it is used The mach_gettod function pointer is only called from the time_no.c code. So move its actual definition to there too. It is currently in setup_no.c for no particularly good reason. Signed-off-by: Greg Ungerer <gerg@uclinux.org>