projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4aa256
)
[MIPS] HOTPLUG: Make register_pci_controller __devinit.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 24 Aug 2007 01:13:33 +0000
(
02:13
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 27 Aug 2007 01:17:00 +0000
(
02:17
+0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/pci.c
b/arch/mips/pci/pci.c
index
403487e
..
6c5c684
100644
(file)
--- a/
arch/mips/pci/pci.c
+++ b/
arch/mips/pci/pci.c
@@
-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 __
dev
init register_pci_controller(struct pci_controller *hose)
{
if (request_resource(&iomem_resource, hose->mem_resource) < 0)
goto out;