Commit 606bf782 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] HOTPLUG: Make register_pci_controller __devinit.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c4aa2563
......@@ -75,7 +75,7 @@ pcibios_align_resource(void *data, struct resource *res,
res->start = start;
}
void __init register_pci_controller(struct pci_controller *hose)
void __devinit register_pci_controller(struct pci_controller *hose)
{
if (request_resource(&iomem_resource, hose->mem_resource) < 0)
goto out;
......
Markdown is supported
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