Skip to content

Commit

Permalink
MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq.
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Oct 11, 2008
1 parent ce8e741 commit ee25d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pci/pci-tx4938.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ee25d33

Please sign in to comment.