aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c
index 963a97642ae9..95eb08328793 100644
--- a/drivers/pci/proc.c
+++ b/drivers/pci/proc.c
@@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
482 return 0; 482 return 0;
483} 483}
484 484
485__initcall(pci_proc_init); 485device_initcall(pci_proc_init);
486 486