diff options
Diffstat (limited to 'arch/sh/drivers/pci/pci-lib.c')
-rw-r--r-- | arch/sh/drivers/pci/pci-lib.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci-lib.c b/arch/sh/drivers/pci/pci-lib.c index ea8362945849..f072acafce6c 100644 --- a/arch/sh/drivers/pci/pci-lib.c +++ b/arch/sh/drivers/pci/pci-lib.c | |||
@@ -134,6 +134,11 @@ void __init pcibios_update_irq(struct pci_dev *dev, int irq) | |||
134 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 134 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |
135 | } | 135 | } |
136 | 136 | ||
137 | char * __devinit pcibios_setup(char *str) | ||
138 | { | ||
139 | return str; | ||
140 | } | ||
141 | |||
137 | int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | 142 | int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, |
138 | enum pci_mmap_state mmap_state, int write_combine) | 143 | enum pci_mmap_state mmap_state, int write_combine) |
139 | { | 144 | { |