diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-sh5.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-sh5.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/drivers/pci/ops-sh5.c b/arch/sh/drivers/pci/ops-sh5.c index 729e38a6fe07..b10e2d5f4251 100644 --- a/arch/sh/drivers/pci/ops-sh5.c +++ b/arch/sh/drivers/pci/ops-sh5.c | |||
@@ -42,11 +42,6 @@ static void __init pci_fixup_ide_bases(struct pci_dev *d) | |||
42 | } | 42 | } |
43 | DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases); | 43 | DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases); |
44 | 44 | ||
45 | char * __devinit pcibios_setup(char *str) | ||
46 | { | ||
47 | return str; | ||
48 | } | ||
49 | |||
50 | static int sh5pci_read(struct pci_bus *bus, unsigned int devfn, int where, | 45 | static int sh5pci_read(struct pci_bus *bus, unsigned int devfn, int where, |
51 | int size, u32 *val) | 46 | int size, u32 *val) |
52 | { | 47 | { |