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

Greg Ungerer posted 3 patches 3 years, 11 months ago
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(-)
[PATCH 0/3] m68k: build fixes and cleanup
Posted by Greg Ungerer 3 years, 11 months ago
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@linux-m68k.org>

---
 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(-)