mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
nvme-loop: remove unneeded includes
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
c0e4a6f594
commit
d89a39be5f
1 changed files with 0 additions and 2 deletions
|
@ -13,12 +13,10 @@
|
|||
*/
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
#include <linux/scatterlist.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/blk-mq.h>
|
||||
#include <linux/nvme.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/parser.h>
|
||||
#include <linux/t10-pi.h>
|
||||
#include "nvmet.h"
|
||||
#include "../host/nvme.h"
|
||||
#include "../host/fabrics.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue