summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-07-02 22:12:19 (GMT)
committerJeff Garzik <jeff@garzik.org>2007-07-02 22:12:19 (GMT)
commit531e3a61f55261bf466d0415c48999511334933c (patch)
tree3e255a889924331272c29f6471a0115ad265018d /drivers
parenta3cabb271ea66739704497102536fb01bb72fe37 (diff)
downloadlinux-fsl-qoriq-531e3a61f55261bf466d0415c48999511334933c.tar.xz
[libata] sata_nv: undo merge error
Only the ADMA entry was supposed to be able to change queue depth. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/sata_nv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c
index d53cb8c..b265686 100644
--- a/drivers/ata/sata_nv.c
+++ b/drivers/ata/sata_nv.c
@@ -307,7 +307,6 @@ static struct scsi_host_template nv_sht = {
.name = DRV_NAME,
.ioctl = ata_scsi_ioctl,
.queuecommand = ata_scsi_queuecmd,
- .change_queue_depth = ata_scsi_change_queue_depth,
.can_queue = ATA_DEF_QUEUE,
.this_id = ATA_SHT_THIS_ID,
.sg_tablesize = LIBATA_MAX_PRD,