diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 03:18:46 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 03:18:46 -0400 |
commit | 394b6d2fe624246e258a218dac68d44fe9a8411f (patch) | |
tree | 737172aaaa9a929a72f823216b3afe019a9fa997 /arch/sh | |
parent | a3c0e0d0032d5bbfd7dc04827a257c717d432a5b (diff) |
sh: pci: Kill off unused pcibios_fixup().
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/drivers/pci/ops-snapgear.c | 5 | ||||
-rw-r--r-- | arch/sh/include/asm/pci.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/drivers/pci/ops-snapgear.c b/arch/sh/drivers/pci/ops-snapgear.c index dd2c5df28307..b64f2b91be8e 100644 --- a/arch/sh/drivers/pci/ops-snapgear.c +++ b/arch/sh/drivers/pci/ops-snapgear.c | |||
@@ -85,8 +85,3 @@ int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | |||
85 | 85 | ||
86 | return irq; | 86 | return irq; |
87 | } | 87 | } |
88 | |||
89 | void __init pcibios_fixup(void) | ||
90 | { | ||
91 | /* Nothing to fixup .. */ | ||
92 | } | ||
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 5212bf6dd4b1..e8265fd0bb6f 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h | |||
@@ -138,7 +138,6 @@ static inline void __iomem *__get_pci_io_base(unsigned long port, | |||
138 | #endif | 138 | #endif |
139 | 139 | ||
140 | /* Board-specific fixup routines. */ | 140 | /* Board-specific fixup routines. */ |
141 | void pcibios_fixup(void); | ||
142 | int pcibios_init_platform(void); | 141 | int pcibios_init_platform(void); |
143 | int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin); | 142 | int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin); |
144 | 143 | ||