Hi Linus, Please pull the m68knommu git tree changes for v5.18. A few fixes, nothing too exciting. Fix warnings when building for dragen2 targets (sparse and "screen_bits") and ucsimm targets. Fix compilation problems when test compiling for ColdFire targets with the mcf_edma driver enabled. Remove an incorrect clock definition for the ColdFire m5441x. Regards Greg The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2: Linux 5.17-rc7 (2022-03-06 14:28:31 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.18 for you to fetch changes up to e6e1e7b19fa132d23d09c465942aab4c110d3da9: m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined (2022-03-07 15:20:16 +1000) ---------------------------------------------------------------- Fixes include: . fix 'screen_bits' defined but not used . fix ucsimm sparse warnings . fix dragen2 warnings . fix test builds with the mcf_edma driver enabled ---------------------------------------------------------------- Angelo Dureghello (1): m68k: m5441x: remove erroneous clock disable Greg Ungerer (3): m68knommu: fix warning: no previous prototype for 'init_dragen2' m68knommu: fix 'screen_bits' defined but not used m68knommu: fix ucsimm sparse warnings Randy Dunlap (1): m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined arch/m68k/68000/dragen2.c | 1 + arch/m68k/68000/screen.h | 2 ++ arch/m68k/68000/ucsimm.c | 9 ++++----- arch/m68k/coldfire/device.c | 6 +++--- arch/m68k/coldfire/m5441x.c | 1 - 5 files changed, 10 insertions(+), 9 deletions(-)