]> 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>
Mon, 14 Nov 2011 05:36:25 +0000 (15:36 +1000)
commit5037dca816f59cbaccfa533786efe398d5224f7b
tree50b9ce1ec13042bde0a35a0c81843b259cfd978a
parent9e48ee732cd9ce629a217a8ee49896ead9492d57
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