提交 02a0fa67 编写于 作者: A Alan Cox 提交者: James Bottomley

[SCSI] Switch ips to pci_register from pci_module

Signed-off-by: NAlan Cox <alan@redhat.com>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 8350a348
......@@ -7078,7 +7078,7 @@ ips_remove_device(struct pci_dev *pci_dev)
static int __init
ips_module_init(void)
{
if (pci_module_init(&ips_pci_driver) < 0)
if (pci_register_driver(&ips_pci_driver) < 0)
return -ENODEV;
ips_driver_template.module = THIS_MODULE;
ips_order_controllers();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册