Skip to content
Commit 4547d224 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.

Since 96bde06a

 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent db15f362
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment