aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/m68k/kernel/setup_no.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-10-19 21:37:08 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-12-24 21:47:57 +1000
commit361a541dc2373e57cfa7a63e95fbe448ff5675d4 (patch)
tree61c77ec712ed48bde8bdbee74af20e132778e91e /arch/m68k/kernel/setup_no.c
parentm68k: selection of GENERIC_ATOMIC64 is not MMU specific (diff)
downloadwireguard-linux-361a541dc2373e57cfa7a63e95fbe448ff5675d4.tar.xz
wireguard-linux-361a541dc2373e57cfa7a63e95fbe448ff5675d4.zip
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>
Diffstat (limited to 'arch/m68k/kernel/setup_no.c')
-rw-r--r--arch/m68k/kernel/setup_no.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
index 2ed8c0fb1517..ca3df0dc7e88 100644
--- a/arch/m68k/kernel/setup_no.c
+++ b/arch/m68k/kernel/setup_no.c
@@ -47,7 +47,6 @@ EXPORT_SYMBOL(memory_end);
char __initdata command_line[COMMAND_LINE_SIZE];
/* machine dependent timer functions */
-void (*mach_gettod)(int*, int*, int*, int*, int*, int*);
int (*mach_set_clock_mmss)(unsigned long);
/* machine dependent reboot functions */