mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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: 82ed4db499
("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>
This commit is contained in:
parent
fb045ca25c
commit
f605208e01
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <asm/unaligned.h>
|
||||
#include <scsi/sg.h>
|
||||
#include <scsi/scsi.h>
|
||||
#include <scsi/scsi_request.h>
|
||||
|
||||
#include "nvme.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue