]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 23 Aug 2007 13:12:56 +0000 (14:12 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:59 +0000 (02:16 +0100)
commit05cf2bc12c7734cde39656e39032ee4fb23182e5
treec3eeb23ba0c1984b02d6227ef25c2b44581f3701
parentb8e2714bb0f17e1302b0e6093dfca44129759446
[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.

Since 696ff3217fd3816f801f51bdb51766bdf426f966 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 <ralf@linux-mips.org>
arch/mips/pci/pci.c