diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-08-19 09:55:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:44 -0400 |
commit | ee25d33f87348fd9e0ea148c4a25a3e7415fb5ba (patch) | |
tree | 213433ae29d3bad27e8a754b7bf33ad50dc099fe /arch/mips/pci | |
parent | ce8e74112b1b1215aa5bbe261ed751498ce65434 (diff) |
MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-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) { |