commit | 606bf782846163b87868d8cdd46f44241c0c2a6b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Aug 24 02:13:33 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Aug 27 02:17:00 2007 +0100 |
tree | 2e3a1e92293ffdcd3aedb4143ad4be15134e791a | |
parent | c4aa2563f953d13a9bcf4731b00b0900a45626d7 [diff] |
[MIPS] HOTPLUG: Make register_pci_controller __devinit. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 403487e..6c5c684 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c
@@ -75,7 +75,7 @@ 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;