提交 eaf61142 编写于 作者: R Robert P. J. Day 提交者: Jesse Barnes

PCI: Replace deprecated __initcall with device_initcall.

Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册