projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ec4f8
)
x86/PCI: pci, fix section mismatch
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 15 Jun 2010 13:43:19 +0000
(15:43 +0200)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Fri, 30 Jul 2010 16:29:09 +0000
(09:29 -0700)
pcibios_scan_specific_bus calls pci_scan_bus_on_node which is
__devinit. Mark pcibios_scan_specific_bus __devinit as well since
all users are now __init or __devinit.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/legacy.c
patch
|
blob
|
history
diff --git
a/arch/x86/pci/legacy.c
b/arch/x86/pci/legacy.c
index 8d460eaf524f1d6f1a54b3853de221e7b38d9e6d..c89266be6048ec0794d85047eabf7714096cee5d 100644
(file)
--- a/
arch/x86/pci/legacy.c
+++ b/
arch/x86/pci/legacy.c
@@
-36,7
+36,7
@@
int __init pci_legacy_init(void)
return 0;
}
-void pcibios_scan_specific_bus(int busn)
+void
__devinit
pcibios_scan_specific_bus(int busn)
{
int devfn;
long node;