]> 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>
Tue, 8 Nov 2011 04:44:01 +0000 (14:44 +1000)
commitbc70d857997fe932274fbf752394f374e169efb0
treec036d6aea67876764bff826a8310f6a00f97e27a
parent4e8a9e70dfe862936f8a97e82485b0332aa781eb
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