diff options
author | Christoph Hellwig <hch@lst.de> | 2015-04-17 23:37:18 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 22:40:07 +0300 |
commit | b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d (patch) | |
tree | 52f9e294f03b76ab9cdbf8b48b45ca0263a7b1ce /include/linux/blkdev.h | |
parent | b42171ef7d938a66fa52e66a3d911ed63770b5ca (diff) | |
download | linux-b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d.tar.xz |
block: move REQ_TYPE_SENSE to the ide driver
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9cb4d80a4987..6076b9e18dcb 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -75,7 +75,6 @@ struct request_list { enum rq_cmd_type_bits { REQ_TYPE_FS = 1, /* fs request */ REQ_TYPE_BLOCK_PC, /* scsi command */ - REQ_TYPE_SENSE, /* sense request */ REQ_TYPE_PM_SUSPEND, /* suspend request */ REQ_TYPE_PM_RESUME, /* resume request */ REQ_TYPE_PM_SHUTDOWN, /* shutdown request */ |