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

index b0e110d3d2e600904c2caa727713f8021d70cf70..9504eb19d73a9cbc5fbbda4ba7fd4e0dfc348efb 100644 (file)
@@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus)
                pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
        }
 }
-
-char *pcibios_setup(char *str)
-{
-       return str;
-}
-