提交 3d8a67b9 编写于 作者: J Jeff Garzik

[libata] pata_cs5536: new API build fix

This driver was using hooks that were very recently removed.
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 a52cefc8
......@@ -239,7 +239,6 @@ static struct scsi_host_template cs5536_sht = {
};
static struct ata_port_operations cs5536_port_ops = {
.port_disable = ata_port_disable,
.set_piomode = cs5536_set_piomode,
.set_dmamode = cs5536_set_dmamode,
.mode_filter = ata_pci_default_filter,
......@@ -269,7 +268,6 @@ static struct ata_port_operations cs5536_port_ops = {
.irq_handler = ata_interrupt,
.irq_clear = ata_bmdma_irq_clear,
.irq_on = ata_irq_on,
.irq_ack = ata_irq_ack,
.port_start = ata_port_start,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册