linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] usb: remove unused including <linux/version.h>
@ 2021-03-26  6:13 Zheng Yongjun
  2021-03-26  6:38 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Zheng Yongjun @ 2021-03-26  6:13 UTC (permalink / raw)
  To: zhengyongjun3, Greg Kroah-Hartman, Andrey Konovalov,
	Dmitry Vyukov, Masahiro Yamada, Sebastian Andrzej Siewior,
	Ahmed S. Darwish, Gustavo A. R. Silva, Sasha Levin, Allen Pais
  Cc: linux-usb, kernel-janitors, Hulk Robot

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@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 3f0381344221..53bc93d6eb0c 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>


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

end of thread, other threads:[~2021-03-26  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  6:13 [PATCH -next] usb: remove unused including <linux/version.h> Zheng Yongjun
2021-03-26  6:38 ` Greg Kroah-Hartman
2021-03-26  6:43   ` 答复: " zhengyongjun

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).