Commit eaf61142 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jesse Barnes

PCI: Replace deprecated __initcall with device_initcall.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 19792a08
......@@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
return 0;
}
__initcall(pci_proc_init);
device_initcall(pci_proc_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment