Commit 3ac551a6 authored by Jeff Garzik's avatar Jeff Garzik

[libata] pata_cs5535: fix build

Noticed by Tejun and others.
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 8e16f941
...@@ -269,7 +269,7 @@ static struct pci_driver cs5535_pci_driver = { ...@@ -269,7 +269,7 @@ static struct pci_driver cs5535_pci_driver = {
.name = DRV_NAME, .name = DRV_NAME,
.id_table = cs5535, .id_table = cs5535,
.probe = cs5535_init_one, .probe = cs5535_init_one,
.remove = ata_pci_remove_one .remove = ata_pci_remove_one,
.suspend = ata_pci_device_suspend, .suspend = ata_pci_device_suspend,
.resume = ata_pci_device_resume, .resume = ata_pci_device_resume,
}; };
......
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