[git pull] m68knommu changes for v5.20

From: Greg Ungerer
Date: Mon Aug 08 2022 - 20:33:39 EST


Hi Linus,

Please pull the m68knommu changes for v5.20.

Just a few small changes this time. Spelling fix, sparse warning fix and
a fix for compilation with flexcan driver enabled on hardware without that
hardware block.

Regards
Greg




The following changes since commit e0dccc3b76fb35bb257b4118367a883073d7390e:

Linux 5.19-rc8 (2022-07-24 13:26:27 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.20

for you to fetch changes up to 472e68df4a5eacdbe4fd07cffef1b5ffdd95516b:

m68k: Fix syntax errors in comments (2022-07-25 09:01:09 +1000)

----------------------------------------------------------------
Fixes include:
. spelling in comment
. compilation when flexcan driver enabled
. sparse warning

----------------------------------------------------------------
Randy Dunlap (1):
m68k: coldfire/device.c: protect FLEXCAN blocks

Wang Jingjin (1):
m68k: coldfire: make symbol m523x_clk_lookup static

Xiang wangx (1):
m68k: Fix syntax errors in comments

arch/m68k/coldfire/device.c | 6 +++---
arch/m68k/coldfire/intc-2.c | 2 +-
arch/m68k/coldfire/m523x.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)