Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 8ad5058

Browse files
bjorn-helgaasGreg Ungerer
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 706a741 commit 8ad5058

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/m68k/kernel/pcibios.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus)
9292
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
9393
}
9494
}
95-
96-
char *pcibios_setup(char *str)
97-
{
98-
return str;
99-
}
100-

0 commit comments

Comments
 (0)