diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 5d327313a9f7..3457e7b97363 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -438,9 +438,6 @@ struct request_queue | |||
438 | 438 | ||
439 | #define RQ_INACTIVE (-1) | 439 | #define RQ_INACTIVE (-1) |
440 | #define RQ_ACTIVE 1 | 440 | #define RQ_ACTIVE 1 |
441 | #define RQ_SCSI_BUSY 0xffff | ||
442 | #define RQ_SCSI_DONE 0xfffe | ||
443 | #define RQ_SCSI_DISCONNECTING 0xffe0 | ||
444 | 441 | ||
445 | #define QUEUE_FLAG_CLUSTER 0 /* cluster several segments into 1 */ | 442 | #define QUEUE_FLAG_CLUSTER 0 /* cluster several segments into 1 */ |
446 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ | 443 | #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ |