mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] scsi: gdth: Remove unused including <linux/version.h>
@ 2021-01-25 12:34 Zou Wei
  2021-01-26 14:08 ` kernel test robot
  2021-01-27  3:39 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Zou Wei @ 2021-01-25 12:34 UTC (permalink / raw)
  To: achim_leubner, jejb, martin.petersen; +Cc: linux-scsi, linux-kernel, Zou Wei

Fix the following versioncheck warning:

drivers/scsi/gdth.c:85:1: unused including <linux/version.h>

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
---
 drivers/scsi/gdth.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c
index f43bd53..f949001 100644
--- a/drivers/scsi/gdth.c
+++ b/drivers/scsi/gdth.c
@@ -82,7 +82,6 @@
 
 #include <linux/module.h>
 
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/pci.h>
-- 
2.6.2


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

end of thread, other threads:[~2021-01-27  6:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 12:34 [PATCH -next] scsi: gdth: Remove unused including <linux/version.h> Zou Wei
2021-01-26 14:08 ` kernel test robot
2021-01-27  3:39 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®