Skip to content

Commit

Permalink
[libata] pata_cs5535: fix build
Browse files Browse the repository at this point in the history
Noticed by Tejun and others.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Dec 3, 2006
1 parent 8e16f94 commit 3ac551a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_cs5535.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 3ac551a

Please sign in to comment.