diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2017-03-19 07:32:09 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-04 18:48:23 +0300 |
commit | d89a39be5fbf8d5bc441a8442df228fb050ad1c2 (patch) | |
tree | 8faa72bf20109f51e7526410158c7790767a28cd /drivers/nvme/target/loop.c | |
parent | c0e4a6f5941ec3759fd5c7e58fc5e8b135cfee72 (diff) | |
download | linux-d89a39be5fbf8d5bc441a8442df228fb050ad1c2.tar.xz |
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>
Diffstat (limited to 'drivers/nvme/target/loop.c')
-rw-r--r-- | drivers/nvme/target/loop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nvme/target/loop.c b/drivers/nvme/target/loop.c index c95c13898bcb..ac828af16c34 100644 --- a/drivers/nvme/target/loop.c +++ b/drivers/nvme/target/loop.c @@ -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" |