From: Ralf Baechle Date: Thu, 23 Aug 2007 18:45:49 +0000 (+0100) Subject: PCI: Remove __devinit from pcibios_get_irq_routing_table X-Git-Tag: v2.6.23-rc7~97^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd5bb987367d791e10e716538d83edb24c0817d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed