diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-15 18:10:12 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-15 18:10:12 -0400 |
commit | 3d8a67b9f0428de3d8b76984c5c38675a7f4abd4 (patch) | |
tree | ff081ef573efa91f90d4b970b9f5b00f363b29ee /drivers | |
parent | a52cefc80fc92981592c688d1c8067442afe4cec (diff) |
[libata] pata_cs5536: new API build fix
This driver was using hooks that were very recently removed.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/pata_cs5536.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c index 21405bf14837..53070f6b1fc4 100644 --- a/drivers/ata/pata_cs5536.c +++ b/drivers/ata/pata_cs5536.c | |||
@@ -239,7 +239,6 @@ static struct scsi_host_template cs5536_sht = { | |||
239 | }; | 239 | }; |
240 | 240 | ||
241 | static struct ata_port_operations cs5536_port_ops = { | 241 | static struct ata_port_operations cs5536_port_ops = { |
242 | .port_disable = ata_port_disable, | ||
243 | .set_piomode = cs5536_set_piomode, | 242 | .set_piomode = cs5536_set_piomode, |
244 | .set_dmamode = cs5536_set_dmamode, | 243 | .set_dmamode = cs5536_set_dmamode, |
245 | .mode_filter = ata_pci_default_filter, | 244 | .mode_filter = ata_pci_default_filter, |
@@ -269,7 +268,6 @@ static struct ata_port_operations cs5536_port_ops = { | |||
269 | .irq_handler = ata_interrupt, | 268 | .irq_handler = ata_interrupt, |
270 | .irq_clear = ata_bmdma_irq_clear, | 269 | .irq_clear = ata_bmdma_irq_clear, |
271 | .irq_on = ata_irq_on, | 270 | .irq_on = ata_irq_on, |
272 | .irq_ack = ata_irq_ack, | ||
273 | 271 | ||
274 | .port_start = ata_port_start, | 272 | .port_start = ata_port_start, |
275 | }; | 273 | }; |