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:
19792a0
)
PCI: Replace deprecated __initcall with device_initcall.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sun, 11 May 2008 20:58:53 +0000
(16:58 -0400)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 10 Jun 2008 17:59:46 +0000
(10:59 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/proc.c
patch
|
blob
|
history
diff --git
a/drivers/pci/proc.c
b/drivers/pci/proc.c
index 963a97642ae9101a7454c7b0b3c0dbcc95f8240e..95eb083287934641b4c8054a4b7a766c9a3751db 100644
(file)
--- a/
drivers/pci/proc.c
+++ b/
drivers/pci/proc.c
@@
-482,5
+482,5
@@
static int __init pci_proc_init(void)
return 0;
}
-
_
_initcall(pci_proc_init);
+
device
_initcall(pci_proc_init);