aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 37d00c2c79c9..0e7d44a6b94a 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1063,8 +1063,6 @@ enum {
1063 IDE_HFLAG_NO_DMA = (1 << 14), 1063 IDE_HFLAG_NO_DMA = (1 << 14),
1064 /* check if host is PCI IDE device before allowing DMA */ 1064 /* check if host is PCI IDE device before allowing DMA */
1065 IDE_HFLAG_NO_AUTODMA = (1 << 15), 1065 IDE_HFLAG_NO_AUTODMA = (1 << 15),
1066 /* don't autotune PIO */
1067 IDE_HFLAG_NO_AUTOTUNE = (1 << 16),
1068 /* host is CS5510/CS5520 */ 1066 /* host is CS5510/CS5520 */
1069 IDE_HFLAG_CS5520 = IDE_HFLAG_VDMA, 1067 IDE_HFLAG_CS5520 = IDE_HFLAG_VDMA,
1070 /* no LBA48 */ 1068 /* no LBA48 */