答复: [PATCH -next] usb: remove unused including <linux/version.h>
From: zhengyongjun <hidden>
Date: 2021-03-26 06:44:06
Also in:
kernel-janitors
Sorry, I will check all my patch later before I send to maintainer and I will stop this patch series. -----邮件原件----- 发件人: Greg Kroah-Hartman [mailto:gregkh@linuxfoundation.org] 发送时间: 2021年3月26日 14:38 收件人: zhengyongjun [off-list ref] 抄送: Andrey Konovalov [off-list ref]; Dmitry Vyukov [off-list ref]; Masahiro Yamada [off-list ref]; Sebastian Andrzej Siewior [off-list ref]; Ahmed S. Darwish [off-list ref]; Gustavo A. R. Silva [off-list ref]; Sasha Levin [off-list ref]; Allen Pais [off-list ref]; linux-usb@vger.kernel.org; kernel-janitors@vger.kernel.org; pmail_hulkci [off-list ref] 主题: Re: [PATCH -next] usb: remove unused including <linux/version.h> On Fri, Mar 26, 2021 at 02:13:26PM +0800, Zheng Yongjun wrote:
quoted hunk ↗ jump to hunk
Remove including <linux/version.h> that don't need it. Reported-by: Hulk Robot <redacted> Signed-off-by: Zheng Yongjun <redacted> --- 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 index3f0381344221..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>
Your tool is VERY broken. Please stop sending patches that you obviously do not even test before submitting: https://lore.kernel.org/r/1614733752-56541-1-git-send-email-tiantao6@hisilicon.com (local) It's a sure way to make maintainers very grumpy. greg k-h