]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: move definition of mach_gettod to where it is used
authorGreg Ungerer <gerg@uclinux.org>
Wed, 19 Oct 2011 11:37:08 +0000 (21:37 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 11 Dec 2011 22:39:22 +0000 (08:39 +1000)
commit534ddd2156bbd35e5bde50aa5591dd6dec96b545
treeec29df390b3075e8225a153f8a5b0af783a62734
parent803b4b08bdfbf97adca2ed293f890b688be30812
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>
arch/m68k/kernel/setup_no.c
arch/m68k/kernel/time_no.c