All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme-pci: remove redundant includes
@ 2017-06-05  8:20 Sagi Grimberg
  2017-06-05 14:12 ` Max Gurtovoy
  0 siblings, 1 reply; 2+ messages in thread
From: Sagi Grimberg @ 2017-06-05  8:20 UTC (permalink / raw)


Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
---
 drivers/nvme/host/pci.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index d52701df7245..173ab31aae80 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -17,28 +17,15 @@
 #include <linux/blkdev.h>
 #include <linux/blk-mq.h>
 #include <linux/blk-mq-pci.h>
-#include <linux/cpu.h>
-#include <linux/delay.h>
 #include <linux/dmi.h>
-#include <linux/errno.h>
-#include <linux/fs.h>
-#include <linux/genhd.h>
-#include <linux/hdreg.h>
-#include <linux/idr.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>
-#include <linux/kdev_t.h>
-#include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/mutex.h>
 #include <linux/pci.h>
 #include <linux/poison.h>
-#include <linux/ptrace.h>
-#include <linux/sched.h>
-#include <linux/slab.h>
 #include <linux/t10-pi.h>
 #include <linux/timer.h>
 #include <linux/types.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] nvme-pci: remove redundant includes
  2017-06-05  8:20 [PATCH] nvme-pci: remove redundant includes Sagi Grimberg
@ 2017-06-05 14:12 ` Max Gurtovoy
  0 siblings, 0 replies; 2+ messages in thread
From: Max Gurtovoy @ 2017-06-05 14:12 UTC (permalink / raw)


Looks fine,
Reviewed-by: Max Gurtovoy <maxg at mellanox.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-05 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05  8:20 [PATCH] nvme-pci: remove redundant includes Sagi Grimberg
2017-06-05 14:12 ` Max Gurtovoy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.