diff options
Diffstat (limited to 'drivers/ata/sata_nv.c')
-rw-r--r-- | drivers/ata/sata_nv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c index 2f523f8c27f6..6cda12ba8122 100644 --- a/drivers/ata/sata_nv.c +++ b/drivers/ata/sata_nv.c | |||
@@ -408,6 +408,7 @@ static struct scsi_host_template nv_swncq_sht = { | |||
408 | 408 | ||
409 | static struct ata_port_operations nv_common_ops = { | 409 | static struct ata_port_operations nv_common_ops = { |
410 | .inherits = &ata_bmdma_port_ops, | 410 | .inherits = &ata_bmdma_port_ops, |
411 | .lost_interrupt = ATA_OP_NULL, | ||
411 | .scr_read = nv_scr_read, | 412 | .scr_read = nv_scr_read, |
412 | .scr_write = nv_scr_write, | 413 | .scr_write = nv_scr_write, |
413 | }; | 414 | }; |