[git pull] m68knommu changes for v6.6
From: Greg Ungerer
Date: Sun Sep 03 2023 - 21:08:14 EST
Hi Linus,
Please pull the m68knommu git tree changes for v6.6.
Two changes, one a trivial white space clean up, the other removes the
unnecessary local pcibios_setup() code.
Regards
Greg
The following changes since commit 706a741595047797872e669b3101429ab8d378ef:
Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
tags/m68knommu-for-v6.6
for you to fetch changes up to cf18ecd34f71dfd2815046d4c0d7b6439bb0cbde:
m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo
__init bar" (2023-08-21 08:45:36 +1000)
----------------------------------------------------------------
m68knommu: updates and fixes for v6.6
Fixes include:
. white space cleanup in dma code
. removal of unused pcibios_setup() code
----------------------------------------------------------------
Bjorn Helgaas (1):
m68k/pci: Drop useless pcibios_setup()
hexingwei001@xxxxxxxxxx (1):
m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo
__init bar"
arch/m68k/coldfire/dma_timer.c | 2 +-
arch/m68k/kernel/pcibios.c | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)