PCI: Replace deprecated __initcall with device_initcall.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
committed by
Jesse Barnes
parent
19792a0859
commit
eaf611426d
@@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
__initcall(pci_proc_init);
|
device_initcall(pci_proc_init);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user