mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
a3c0e0d003
commit
394b6d2fe6
@ -85,8 +85,3 @@ int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin)
|
|||||||
|
|
||||||
return irq;
|
return irq;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init pcibios_fixup(void)
|
|
||||||
{
|
|
||||||
/* Nothing to fixup .. */
|
|
||||||
}
|
|
||||||
|
@ -138,7 +138,6 @@ static inline void __iomem *__get_pci_io_base(unsigned long port,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Board-specific fixup routines. */
|
/* Board-specific fixup routines. */
|
||||||
void pcibios_fixup(void);
|
|
||||||
int pcibios_init_platform(void);
|
int pcibios_init_platform(void);
|
||||||
int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin);
|
int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user