commit | 3ac551a6a63dcbc707348772a27bd7090b081524 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Sun Dec 03 07:57:21 2006 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Dec 03 07:57:21 2006 -0500 |
tree | 72282144cfbc3d4a98fc4f9d1fd3060ee02609b2 | |
parent | 8e16f941226f15622fbbc416a1f3d8705001a191 [diff] [blame] |
[libata] pata_cs5535: fix build Noticed by Tejun and others. Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 73b9b54..e3efec4 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c
@@ -269,7 +269,7 @@ .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, };