sparc/PCI: remove unused pcibios_assign_resource() definition
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 18 Jun 2012 08:17:10 +0000 (08:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 08:27:44 +0000 (01:27 -0700)
pcibios_assign_resource() isn't used anywhere; remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/pcic.c

index ded3f60..46ba849 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.