提交 3ac551a6 编写于 作者: J Jeff Garzik

[libata] pata_cs5535: fix build

Noticed by Tejun and others.
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 8e16f941
......@@ -269,7 +269,7 @@ static struct pci_driver cs5535_pci_driver = {
.name = DRV_NAME,
.id_table = cs5535,
.probe = cs5535_init_one,
.remove = ata_pci_remove_one
.remove = ata_pci_remove_one,
.suspend = ata_pci_device_suspend,
.resume = ata_pci_device_resume,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册