All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: qedf: remove unused including <linux/version.h>
@ 2021-04-01 13:26 Tian Tao
  2021-04-13  5:48 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2021-04-01 13:26 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linux-scsi

Remove including <linux/version.h> that don't need it.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Zhiqi Song <songzhiqi1@huawei.com>
---
 drivers/scsi/qedf/qedf.h     | 2 --
 drivers/scsi/qedf/qedf_dbg.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/drivers/scsi/qedf/qedf.h b/drivers/scsi/qedf/qedf.h
index 88a592d..0583b07 100644
--- a/drivers/scsi/qedf/qedf.h
+++ b/drivers/scsi/qedf/qedf.h
@@ -11,8 +11,6 @@
 #include <scsi/fc/fc_fip.h>
 #include <scsi/fc/fc_fc2.h>
 #include <scsi/scsi_tcq.h>
-#include <linux/version.h>
-
 
 /* qedf_hsi.h needs to before included any qed includes */
 #include "qedf_hsi.h"
diff --git a/drivers/scsi/qedf/qedf_dbg.h b/drivers/scsi/qedf/qedf_dbg.h
index 2386bfb..f4d8112 100644
--- a/drivers/scsi/qedf/qedf_dbg.h
+++ b/drivers/scsi/qedf/qedf_dbg.h
@@ -10,7 +10,6 @@
 #include <linux/kernel.h>
 #include <linux/compiler.h>
 #include <linux/string.h>
-#include <linux/version.h>
 #include <linux/pci.h>
 #include <linux/delay.h>
 #include <scsi/scsi_transport.h>
-- 
2.7.4


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

* Re: [PATCH] scsi: qedf: remove unused including <linux/version.h>
  2021-04-01 13:26 [PATCH] scsi: qedf: remove unused including <linux/version.h> Tian Tao
@ 2021-04-13  5:48 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-04-13  5:48 UTC (permalink / raw)
  To: Tian Tao, jejb; +Cc: Martin K . Petersen, linux-scsi

On Thu, 1 Apr 2021 21:26:58 +0800, Tian Tao wrote:

> Remove including <linux/version.h> that don't need it.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: qedf: remove unused including <linux/version.h>
      https://git.kernel.org/mkp/scsi/c/a1e9981ba528

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-04-13  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 13:26 [PATCH] scsi: qedf: remove unused including <linux/version.h> Tian Tao
2021-04-13  5:48 ` Martin K. Petersen

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.