mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
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:
parent
19792a0859
commit
eaf611426d
@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
__initcall(pci_proc_init);
|
||||
device_initcall(pci_proc_init);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user