summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-04-17 23:37:19 +0300
committerJens Axboe <axboe@fb.com>2015-05-05 22:40:10 +0300
commitac7cdff00a33d48d27217560fa3b16d802e5f535 (patch)
treed67a769cfcf5e15d4c8ebc0c3c21c86373824497
parentb0b93b48a30e809240ddd7449a6ad60a5ddf7b4d (diff)
downloadlinux-ac7cdff00a33d48d27217560fa3b16d802e5f535.tar.xz
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.h1
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 */
};