diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 09:18:46 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 09:18:46 +0200 |
commit | 394b6d2fe624246e258a218dac68d44fe9a8411f (patch) | |
tree | 737172aaaa9a929a72f823216b3afe019a9fa997 /arch/sh/include/asm/pci.h | |
parent | sh: pci: Consolidate pcibios_align_resource() definitions. (diff) | |
download | linux-394b6d2fe624246e258a218dac68d44fe9a8411f.tar.xz linux-394b6d2fe624246e258a218dac68d44fe9a8411f.zip |
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/include/asm/pci.h')
-rw-r--r-- | arch/sh/include/asm/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, #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); |