]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: fix compilation of scsi component
authorJens Axboe <axboe@fb.com>
Mon, 30 Jan 2017 03:04:49 +0000 (20:04 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 30 Jan 2017 03:04:49 +0000 (20:04 -0700)
commit8669eb9eadaeb9ea9b46f988c1dca0801eac3c28
tree1375bb7e01ed12c37711539fef2ca36cd962f825
parentb90bdb590e22adf4db249f9759cd7edb28d42f43
nvme: fix compilation of scsi component

Since we moved the cdb parts and define out of the block proper,
we need to include scsi/scsi_request.h for the nvme scsi layer.

Fixes: e5e0f7fb06a0 ("block: split scsi_request out of struct request")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/scsi.c