aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2012-06-18 08:17:10 +0000
committerDavid S. Miller <davem@davemloft.net>2012-06-27 01:27:44 -0700
commit84a55f6d62d4a631184bd5a6f14f3379050c3a9a (patch)
tree79042e0c324a776d41c5dc6bb5ff5b9630c9ae4b /arch/sparc/kernel
parentsparc64: Consistently use fsrc2 rather than fmovd in optimized asm. (diff)
downloadlinux-dev-84a55f6d62d4a631184bd5a6f14f3379050c3a9a.tar.xz
linux-dev-84a55f6d62d4a631184bd5a6f14f3379050c3a9a.zip
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel')
-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)
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.