linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] usb: core: Remove unused including <linux/version.h>
@ 2021-01-25 12:44 Zou Wei
  2021-01-26 17:39 ` Greg KH
  2021-09-29 16:39 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Zou Wei @ 2021-01-25 12:44 UTC (permalink / raw)
  To: gregkh, andreyknvl, dvyukov, allen.lkml, stern, sashal,
	gustavoars, a.darwish
  Cc: linux-usb, linux-kernel, Zou Wei

Fix the following versioncheck warning:

drivers/usb/core/hcd.c:14:1: unused including <linux/version.h>

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

diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 3f03813..53bc93d 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -11,7 +11,6 @@
 
 #include <linux/bcd.h>
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/sched/task_stack.h>
 #include <linux/slab.h>
-- 
2.6.2


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

end of thread, other threads:[~2021-09-29 16:40 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:44 [PATCH -next] usb: core: Remove unused including <linux/version.h> Zou Wei
2021-01-26 17:39 ` Greg KH
2021-09-29 16: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;
as well as URLs for NNTP newsgroup(s).