diff options
Diffstat (limited to 'arch/mips/pci/pci-tx4938.c')
-rw-r--r-- | arch/mips/pci/pci-tx4938.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-tx4938.c b/arch/mips/pci/pci-tx4938.c index 60e2c52c2c5e..1ea257bc3b8f 100644 --- a/arch/mips/pci/pci-tx4938.c +++ b/arch/mips/pci/pci-tx4938.c | |||
@@ -114,7 +114,7 @@ int __init tx4938_pciclk66_setup(void) | |||
114 | return pciclk; | 114 | return pciclk; |
115 | } | 115 | } |
116 | 116 | ||
117 | int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) | 117 | int __init tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) |
118 | { | 118 | { |
119 | if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) { | 119 | if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) { |
120 | switch (slot) { | 120 | switch (slot) { |