mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[libata] pata_cs5535: fix build
Noticed by Tejun and others. Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
8e16f94122
commit
3ac551a6a6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue