aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-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 146b07a9b649..8b0ea43884c0 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -350,8 +350,6 @@ enum {
350 PC_FLAG_DMA_IN_PROGRESS = (1 << 4), 350 PC_FLAG_DMA_IN_PROGRESS = (1 << 4),
351 PC_FLAG_DMA_ERROR = (1 << 5), 351 PC_FLAG_DMA_ERROR = (1 << 5),
352 PC_FLAG_WRITING = (1 << 6), 352 PC_FLAG_WRITING = (1 << 6),
353 /* command timed out */
354 PC_FLAG_TIMEDOUT = (1 << 7),
355}; 353};
356 354
357/* 355/*