projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e4a6f
)
nvme-loop: remove unneeded includes
author
Sagi Grimberg
<sagi@grimberg.me>
Sun, 19 Mar 2017 04:32:09 +0000
(06:32 +0200)
committer
Jens Axboe
<axboe@fb.com>
Tue, 4 Apr 2017 15:48:23 +0000
(09:48 -0600)
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/target/loop.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/nvme/target/loop.c
b/drivers/nvme/target/loop.c
index c95c13898bcb9bf241aa7bf76c5de43d00076fbd..ac828af16c342a355aba4401873cafe0633f21f6 100644
(file)
--- 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"