The PCI core provides a generic (__weak) 'pcibios_setup()' routine that can be used by all architectures as a default. Drop parisc's architecture specific version in favor of that as it does not need to be over-ridden. No functional change. Signed-off-by: Myron Stowe <myron.stowe@xxxxxxxxxx> --- arch/parisc/kernel/pci.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index 24644ac..6030905 100644 --- a/arch/parisc/kernel/pci.c +++ b/arch/parisc/kernel/pci.c @@ -139,11 +139,6 @@ void pcibios_fixup_bus(struct pci_bus *bus) } -char *pcibios_setup(char *str) -{ - return str; -} - /* * Called by pci_set_master() - a driver interface. * -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html