Skip to content

Commit

Permalink
sh: pci: Kill off unused pcibios_fixup().
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Apr 20, 2009
1 parent a3c0e0d commit 394b6d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions arch/sh/drivers/pci/ops-snapgear.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. */
}
1 change: 0 additions & 1 deletion arch/sh/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 394b6d2

Please sign in to comment.