diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-23 21:13:33 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:17:00 -0400 |
commit | 606bf782846163b87868d8cdd46f44241c0c2a6b (patch) | |
tree | 2e3a1e92293ffdcd3aedb4143ad4be15134e791a /arch/mips/pci | |
parent | c4aa2563f953d13a9bcf4731b00b0900a45626d7 (diff) |
[MIPS] HOTPLUG: Make register_pci_controller __devinit.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 403487ed6f15..6c5c684d1422 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
@@ -75,7 +75,7 @@ pcibios_align_resource(void *data, struct resource *res, | |||
75 | res->start = start; | 75 | res->start = start; |
76 | } | 76 | } |
77 | 77 | ||
78 | void __init register_pci_controller(struct pci_controller *hose) | 78 | void __devinit register_pci_controller(struct pci_controller *hose) |
79 | { | 79 | { |
80 | if (request_resource(&iomem_resource, hose->mem_resource) < 0) | 80 | if (request_resource(&iomem_resource, hose->mem_resource) < 0) |
81 | goto out; | 81 | goto out; |