summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2009-03-27 12:46:33 +0100
committerBartlomiej Zolnierkiewicz2009-03-27 12:46:33 +0100
commitc7016e95a556098db6dc4d9096a6189be9e18266 (patch)
tree2bbf6e1de62fe93bf049c8d6a0716fb4f6f43f99 /include/linux/ide.h
parentau1xxx-ide: auide_dma_end() cleanup (diff)
downloadkernel-qcow2-linux-c7016e95a556098db6dc4d9096a6189be9e18266.tar.gz
kernel-qcow2-linux-c7016e95a556098db6dc4d9096a6189be9e18266.tar.xz
kernel-qcow2-linux-c7016e95a556098db6dc4d9096a6189be9e18266.zip
ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag
There should be no functional changes caused by this patch. Acked-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 {
PC_FLAG_DMA_IN_PROGRESS = (1 << 4),
PC_FLAG_DMA_ERROR = (1 << 5),
PC_FLAG_WRITING = (1 << 6),
- /* command timed out */
- PC_FLAG_TIMEDOUT = (1 << 7),
};
/*