Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac7cdff0 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

block: remove REQ_TYPE_PM_SHUTDOWN



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent b0b93b48
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */
};