]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Remove __devinit from pcibios_get_irq_routing_table
authorRalf Baechle <ralf@linux-mips.org>
Thu, 23 Aug 2007 18:45:49 +0000 (19:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 Sep 2007 11:22:16 +0000 (04:22 -0700)
commit3d641979b9055b7e1659699f11e4c8a4d1ba9bdb
tree65e4aaac00ea2f0e9e11f6e0c6e0232629f550a9
parentb90bfdffed487f5a4e87fa2eb49e4031b6ddfce4
PCI: Remove __devinit from pcibios_get_irq_routing_table

pcibios_get_irq_routing_table is an exported symbol.  This results in a
modpost warning:

WARNING: vmlinux.o(.text+0xdca51): Section mismatch: reference to .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 'pci_scan_bus_parented')

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/pci/pcbios.c