diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2008-07-23 19:56:01 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 19:56:01 +0200 |
commit | ac77ef8b03677c8ae8afe77bccc5f6a969193a79 (patch) | |
tree | 0fb68c364198ecc6e28eda8398b6871ca011d83b /include | |
parent | be4c916e96bcde629463d7577d4c402c7f6e6f3e (diff) | |
download | linux-3.10-ac77ef8b03677c8ae8afe77bccc5f6a969193a79.tar.gz linux-3.10-ac77ef8b03677c8ae8afe77bccc5f6a969193a79.tar.bz2 linux-3.10-ac77ef8b03677c8ae8afe77bccc5f6a969193a79.zip |
ide: remove unused PC_FLAG_DRQ_INTERRUPT
There should be no functionality change resulting from this patch.
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 147bfee1fe7..d67ccca2b96 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -687,7 +687,6 @@ enum { PC_FLAG_WRITING = (1 << 6), /* command timed out */ PC_FLAG_TIMEDOUT = (1 << 7), - PC_FLAG_DRQ_INTERRUPT = (1 << 8), }; struct ide_atapi_pc { |