From: Zou Wei <zou_wei@huawei.com>
To: <gregkh@linuxfoundation.org>, <andreyknvl@google.com>,
<dvyukov@google.com>, <allen.lkml@gmail.com>,
<stern@rowland.harvard.edu>, <sashal@kernel.org>,
<gustavoars@kernel.org>, <a.darwish@linutronix.de>
Cc: <linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Zou Wei <zou_wei@huawei.com>
Subject: [PATCH -next] usb: core: Remove unused including <linux/version.h>
Date: Mon, 25 Jan 2021 20:44:48 +0800 [thread overview]
Message-ID: <1611578688-43256-1-git-send-email-zou_wei@huawei.com> (raw)
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
next reply other threads:[~2021-01-26 6:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 12:44 Zou Wei [this message]
2021-01-26 17:39 ` [PATCH -next] usb: core: Remove unused including <linux/version.h> Greg KH
2021-09-29 16:39 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611578688-43256-1-git-send-email-zou_wei@huawei.com \
--to=zou_wei@huawei.com \
--cc=a.darwish@linutronix.de \
--cc=allen.lkml@gmail.com \
--cc=andreyknvl@google.com \
--cc=dvyukov@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=gustavoars@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sashal@kernel.org \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).