[PATCH 0/3] m68k: build fixes and cleanup

From: Greg Ungerer
Date: Wed May 18 2022 - 02:57:11 EST


This small series is primarily to fix the build problem reported by
the kernel build robot for undefined references to "mach_set_rtc_pll"
and "mach_get_rtc_pll".

I noticed a couple of other problems along the way, so patches 2 and 3
are an additional cleanup and fix. Geert can you shed any light on what
the changes in patch 2?

Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxxxxx>

---
arch/m68k/kernel/setup_mm.c | 2 --
arch/m68k/Kconfig.cpu | 2 +-
arch/m68k/hp300/config.c | 7 -------
arch/m68k/include/asm/machdep.h | 1 -
arch/m68k/kernel/setup_mm.c | 7 -------
arch/m68k/kernel/setup_no.c | 1 -
arch/m68k/kernel/time.c | 9 +++++++++
arch/m68k/q40/config.c | 7 -------
8 files changed, 10 insertions(+), 26 deletions(-)