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>
This commit is contained in:
parent
be4c916e96
commit
ac77ef8b03
2 changed files with 1 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue