diff options
| author | Christoph Hellwig <hch@lst.de> | 2015-04-17 16:37:19 -0400 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2015-05-05 15:40:10 -0400 |
| commit | ac7cdff00a33d48d27217560fa3b16d802e5f535 (patch) | |
| tree | d67a769cfcf5e15d4c8ebc0c3c21c86373824497 /include/linux/blkdev.h | |
| parent | b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d (diff) | |
block: remove REQ_TYPE_PM_SHUTDOWN
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 6076b9e18dcb..c2829ba5e738 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -77,7 +77,6 @@ enum rq_cmd_type_bits { | |||
| 77 | REQ_TYPE_BLOCK_PC, /* scsi command */ | 77 | REQ_TYPE_BLOCK_PC, /* scsi command */ |
| 78 | REQ_TYPE_PM_SUSPEND, /* suspend request */ | 78 | REQ_TYPE_PM_SUSPEND, /* suspend request */ |
| 79 | REQ_TYPE_PM_RESUME, /* resume request */ | 79 | REQ_TYPE_PM_RESUME, /* resume request */ |
| 80 | REQ_TYPE_PM_SHUTDOWN, /* shutdown request */ | ||
| 81 | REQ_TYPE_DRV_PRIV, /* driver defined types from here */ | 80 | REQ_TYPE_DRV_PRIV, /* driver defined types from here */ |
| 82 | }; | 81 | }; |
| 83 | 82 | ||
