aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 38c95d66ab12..68133842e6d7 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -135,7 +135,6 @@ enum {
135 135
136 ATA_SHT_EMULATED = 1, 136 ATA_SHT_EMULATED = 1,
137 ATA_SHT_THIS_ID = -1, 137 ATA_SHT_THIS_ID = -1,
138 ATA_SHT_USE_CLUSTERING = 1,
139 138
140 /* struct ata_taskfile flags */ 139 /* struct ata_taskfile flags */
141 ATA_TFLAG_LBA48 = (1 << 0), /* enable 48-bit LBA and "HOB" */ 140 ATA_TFLAG_LBA48 = (1 << 0), /* enable 48-bit LBA and "HOB" */
@@ -1360,7 +1359,6 @@ extern struct device_attribute *ata_common_sdev_attrs[];
1360 .tag_alloc_policy = BLK_TAG_ALLOC_RR, \ 1359 .tag_alloc_policy = BLK_TAG_ALLOC_RR, \
1361 .this_id = ATA_SHT_THIS_ID, \ 1360 .this_id = ATA_SHT_THIS_ID, \
1362 .emulated = ATA_SHT_EMULATED, \ 1361 .emulated = ATA_SHT_EMULATED, \
1363 .use_clustering = ATA_SHT_USE_CLUSTERING, \
1364 .proc_name = drv_name, \ 1362 .proc_name = drv_name, \
1365 .slave_configure = ata_scsi_slave_config, \ 1363 .slave_configure = ata_scsi_slave_config, \
1366 .slave_destroy = ata_scsi_slave_destroy, \ 1364 .slave_destroy = ata_scsi_slave_destroy, \