]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sparc/PCI: remove unused pcibios_assign_resource() definition
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Jun 2012 22:38:23 +0000 (16:38 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Jun 2012 22:38:23 +0000 (16:38 -0600)
pcibios_assign_resource() isn't used anywhere; remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/sparc/kernel/pcic.c

index ded3f6090c3f011d77c7791d34d377e0715dd46c..46ba84998f165e455000ac52a1ea0a8a1c5274e1 100644 (file)
@@ -884,11 +884,6 @@ void __init sun4m_pci_init_IRQ(void)
        sparc_config.load_profile_irq = pcic_load_profile_irq;
 }
 
-int pcibios_assign_resource(struct pci_dev *pdev, int resource)
-{
-       return -ENXIO;
-}
-
 /*
  * This probably belongs here rather than ioport.c because
  * we do not want this crud linked into SBus kernels.