]> 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>
Thu, 24 Nov 2011 22:54:59 +0000 (08:54 +1000)
commited312be5ab6b6183e2cbec5d97f026eca895c9b7
treeb9eaf0462baa125fc1c4e17a1e36d43d7a47c641
parentf33dd0fc6f6ae64eb609cadc4011fa77a1397a2f
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