* [PATCH] nvme-rdma: Remove unused includes
@ 2016-08-04 14:38 Sagi Grimberg
2016-08-04 14:47 ` Steve Wise
0 siblings, 1 reply; 3+ messages in thread
From: Sagi Grimberg @ 2016-08-04 14:38 UTC (permalink / raw)
Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
---
drivers/nvme/host/rdma.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c
index f2cf433f628d..6e3ad98b981f 100644
--- a/drivers/nvme/host/rdma.c
+++ b/drivers/nvme/host/rdma.c
@@ -12,13 +12,11 @@
* more details.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/delay.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/string.h>
-#include <linux/jiffies.h>
#include <linux/atomic.h>
#include <linux/blk-mq.h>
#include <linux/types.h>
@@ -26,7 +24,6 @@
#include <linux/mutex.h>
#include <linux/scatterlist.h>
#include <linux/nvme.h>
-#include <linux/t10-pi.h>
#include <asm/unaligned.h>
#include <rdma/ib_verbs.h>
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] nvme-rdma: Remove unused includes
2016-08-04 14:38 [PATCH] nvme-rdma: Remove unused includes Sagi Grimberg
@ 2016-08-04 14:47 ` Steve Wise
2016-08-04 18:32 ` J Freyensee
0 siblings, 1 reply; 3+ messages in thread
From: Steve Wise @ 2016-08-04 14:47 UTC (permalink / raw)
>
> Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
> ---
> drivers/nvme/host/rdma.c | 3 ---
> 1 file changed, 3 deletions(-)
>
Looks ok.
Reviewed-by: Steve Wise <swise at opengridcomputing.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] nvme-rdma: Remove unused includes
2016-08-04 14:47 ` Steve Wise
@ 2016-08-04 18:32 ` J Freyensee
0 siblings, 0 replies; 3+ messages in thread
From: J Freyensee @ 2016-08-04 18:32 UTC (permalink / raw)
On Thu, 2016-08-04@09:47 -0500, Steve Wise wrote:
> >
> >
> > Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
> > ---
> > ?drivers/nvme/host/rdma.c | 3 ---
> > ?1 file changed, 3 deletions(-)
> >
>
> Looks ok.
>
> Reviewed-by: Steve Wise <swise at opengridcomputing.com>
Reviewed-by: Jay Freyensee <james_p_freyensee at linux.intel.com>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-04 18:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04 14:38 [PATCH] nvme-rdma: Remove unused includes Sagi Grimberg
2016-08-04 14:47 ` Steve Wise
2016-08-04 18:32 ` J Freyensee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).