diff options
author | Christoph Hellwig <hch@lst.de> | 2015-04-17 22:37:19 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 13:40:10 -0600 |
commit | ac7cdff00a33d48d27217560fa3b16d802e5f535 (patch) | |
tree | d67a769cfcf5e15d4c8ebc0c3c21c86373824497 | |
parent | b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d (diff) | |
download | linux-ac7cdff00a33d48d27217560fa3b16d802e5f535.tar.bz2 |
block: remove REQ_TYPE_PM_SHUTDOWN
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
-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 { REQ_TYPE_BLOCK_PC, /* scsi command */ REQ_TYPE_PM_SUSPEND, /* suspend request */ REQ_TYPE_PM_RESUME, /* resume request */ - REQ_TYPE_PM_SHUTDOWN, /* shutdown request */ REQ_TYPE_DRV_PRIV, /* driver defined types from here */ }; |