Skip to content

Commit

Permalink
ata/sata_fsl: Remove deprecated hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Li Yang authored and Jeff Garzik committed Nov 3, 2007
1 parent 1bf617b commit 27c96ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/ata/sata_fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,6 @@ static struct scsi_host_template sata_fsl_sht = {
};

static const struct ata_port_operations sata_fsl_ops = {
.port_disable = ata_port_disable,

.check_status = sata_fsl_check_status,
.check_altstatus = sata_fsl_check_status,
.dev_select = ata_noop_dev_select,
Expand All @@ -1334,8 +1332,6 @@ static const struct ata_port_operations sata_fsl_ops = {
.qc_prep = sata_fsl_qc_prep,
.qc_issue = sata_fsl_qc_issue,
.irq_clear = sata_fsl_irq_clear,
.irq_on = ata_dummy_irq_on,
.irq_ack = ata_dummy_irq_ack,

.scr_read = sata_fsl_scr_read,
.scr_write = sata_fsl_scr_write,
Expand Down

0 comments on commit 27c96ea

Please sign in to comment.