All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] m68k: build fixes and cleanup
@ 2022-05-18  6:56 Greg Ungerer
  2022-05-18  6:56 ` [PATCH 1/3] m68knommu: fix undefined reference to `mach_get_rtc_pll' Greg Ungerer
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Greg Ungerer @ 2022-05-18  6:56 UTC (permalink / raw)
  To: linux-m68k; +Cc: geert, linux-kernel, arnd, Greg Ungerer

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-05-24 14:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  6:56 [PATCH 0/3] m68k: build fixes and cleanup Greg Ungerer
2022-05-18  6:56 ` [PATCH 1/3] m68knommu: fix undefined reference to `mach_get_rtc_pll' Greg Ungerer
2022-05-18  8:38   ` Geert Uytterhoeven
2022-05-18 12:26   ` Arnd Bergmann
2022-05-24  7:46   ` Geert Uytterhoeven
2022-05-24  7:49     ` Geert Uytterhoeven
2022-05-24 14:01       ` Greg Ungerer
2022-05-18  6:56 ` [PATCH 2/3] m68k: removed unused "mach_get_ss" Greg Ungerer
2022-05-18  8:39   ` Geert Uytterhoeven
2022-05-18 12:24   ` Arnd Bergmann
2022-05-18  6:56 ` [PATCH 3/3] m68knommu: fix 68000 CPU link with no platform selected Greg Ungerer
2022-05-18  9:20   ` Geert Uytterhoeven
2022-05-18 13:18     ` Greg Ungerer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.