From: Jeff Garzik Date: Sun, 3 Dec 2006 12:57:21 +0000 (-0500) Subject: [libata] pata_cs5535: fix build X-Git-Tag: v2.6.20-rc2~6^2~13^2~14^2~5 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ac551a6a63dcbc707348772a27bd7090b081524;p=linux-2.6-omap-h63xx.git [libata] pata_cs5535: fix build Noticed by Tejun and others. Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 73b9b5453a3..e3efec4ffc7 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c @@ -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, };