]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
sh: pci: Kill off unused pcibios_fixup().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 07:18:46 +0000 (16:18 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 07:18:46 +0000 (16:18 +0900)
This is left over cruft that hasn't been used by anything in a long time,
kill off bits that weren't purged previously.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/ops-snapgear.c
arch/sh/include/asm/pci.h

index dd2c5df283079b0f6bbbacd2c581774afb892534..b64f2b91be8e613c999968640d2cb8a4c28d7da7 100644 (file)
@@ -85,8 +85,3 @@ int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin)
 
        return irq;
 }
-
-void __init pcibios_fixup(void)
-{
-       /* Nothing to fixup .. */
-}
index 5212bf6dd4b161c613eb39b9cd11b9e745f67972..e8265fd0bb6f1bb32dac3063f99b1ddb8462883c 100644 (file)
@@ -138,7 +138,6 @@ static inline void __iomem *__get_pci_io_base(unsigned long port,
 #endif
 
 /* Board-specific fixup routines. */
-void pcibios_fixup(void);
 int pcibios_init_platform(void);
 int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin);