From: Ralf Baechle Date: Thu, 23 Aug 2007 13:12:56 +0000 (+0100) Subject: [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. X-Git-Tag: v2.6.23-rc4~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4547d224d29a6a9a81df91858c2e26b7f88e02e1;p=pandora-kernel.git [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. Since 96bde06a2df1b363206d3cdef53134b84ff37813 pcibios_fixup_bus's caller pci_scan_child_bus is no longer marked __devinit resulting in this modpost warning if PCI && !HOTPLUG: MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x158b9c): Section mismatch: reference to .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 'pci_scan_bus_parented') Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed