diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index fcf2d1bede08..147bfee1fe70 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -687,8 +687,7 @@ enum { | |||
687 | PC_FLAG_WRITING = (1 << 6), | 687 | PC_FLAG_WRITING = (1 << 6), |
688 | /* command timed out */ | 688 | /* command timed out */ |
689 | PC_FLAG_TIMEDOUT = (1 << 7), | 689 | PC_FLAG_TIMEDOUT = (1 << 7), |
690 | PC_FLAG_ZIP_DRIVE = (1 << 8), | 690 | PC_FLAG_DRQ_INTERRUPT = (1 << 8), |
691 | PC_FLAG_DRQ_INTERRUPT = (1 << 9), | ||
692 | }; | 691 | }; |
693 | 692 | ||
694 | struct ide_atapi_pc { | 693 | struct ide_atapi_pc { |