diff options
Diffstat (limited to 'drivers/pci/proc.c')
-rw-r--r-- | drivers/pci/proc.c | 2 |
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); | 485 | device_initcall(pci_proc_init); |
486 | 486 | ||