aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2012-06-15 18:38:23 -0400
committerBjorn Helgaas <bhelgaas@google.com>2012-06-15 18:38:23 -0400
commit60cd4dba9b75da175c79d0dc6d7beb8701307ff8 (patch)
tree289cc40273b9d4e0dcc6b29af89d873deecad680 /arch/sparc
parentcfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff)
sparc/PCI: remove unused pcibios_assign_resource() definition
pcibios_assign_resource() isn't used anywhere; remove it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/kernel/pcic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sparc/kernel/pcic.c b/arch/sparc/kernel/pcic.c
index ded3f6090c3f..46ba84998f16 100644
--- a/arch/sparc/kernel/pcic.c
+++ b/arch/sparc/kernel/pcic.c
@@ -884,11 +884,6 @@ void __init sun4m_pci_init_IRQ(void)
884 sparc_config.load_profile_irq = pcic_load_profile_irq; 884 sparc_config.load_profile_irq = pcic_load_profile_irq;
885} 885}
886 886
887int pcibios_assign_resource(struct pci_dev *pdev, int resource)
888{
889 return -ENXIO;
890}
891
892/* 887/*
893 * This probably belongs here rather than ioport.c because 888 * This probably belongs here rather than ioport.c because
894 * we do not want this crud linked into SBus kernels. 889 * we do not want this crud linked into SBus kernels.