From: Atsushi Nemoto Date: Tue, 19 Aug 2008 13:55:17 +0000 (+0900) Subject: MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee25d33f87348fd9e0ea148c4a25a3e7415fb5ba;p=linux-beck.git MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- 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) return pciclk; } -int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) +int __init tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) { if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) { switch (slot) {