1
0
Fork 0

block: remove REQ_TYPE_PM_SHUTDOWN

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
hifive-unleashed-5.1
Christoph Hellwig 2015-04-17 22:37:19 +02:00 committed by Jens Axboe
parent b0b93b48a3
commit ac7cdff00a
1 changed files with 0 additions and 1 deletions

View File

@ -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 */
};