m68k/pci: Drop useless pcibios_setup()
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 18 Jul 2023 20:42:29 +0000 (15:42 -0500)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 20 Aug 2023 22:45:36 +0000 (08:45 +1000)
commit8ad50582210c2aa6777bf58252ade9af7ea554b5
tree6c526aef4633ca90d017db7a97dd3cf7f47d0515
parent706a741595047797872e669b3101429ab8d378ef
m68k/pci: Drop useless pcibios_setup()

The PCI core supplies a weak pcibios_setup() implementation that is
identical to the m68k implementation.  Remove the m68k version since it is
unnecessary.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/kernel/pcibios.c