diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-12-03 07:57:21 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-03 07:57:21 -0500 |
commit | 3ac551a6a63dcbc707348772a27bd7090b081524 (patch) | |
tree | 72282144cfbc3d4a98fc4f9d1fd3060ee02609b2 /drivers/ata/pata_cs5535.c | |
parent | 8e16f941226f15622fbbc416a1f3d8705001a191 (diff) |
[libata] pata_cs5535: fix build
Noticed by Tejun and others.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_cs5535.c')
-rw-r--r-- | drivers/ata/pata_cs5535.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 73b9b5453a3c..e3efec4ffc79 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c | |||
@@ -269,7 +269,7 @@ static struct pci_driver cs5535_pci_driver = { | |||
269 | .name = DRV_NAME, | 269 | .name = DRV_NAME, |
270 | .id_table = cs5535, | 270 | .id_table = cs5535, |
271 | .probe = cs5535_init_one, | 271 | .probe = cs5535_init_one, |
272 | .remove = ata_pci_remove_one | 272 | .remove = ata_pci_remove_one, |
273 | .suspend = ata_pci_device_suspend, | 273 | .suspend = ata_pci_device_suspend, |
274 | .resume = ata_pci_device_resume, | 274 | .resume = ata_pci_device_resume, |
275 | }; | 275 | }; |