Re: [PATCH -next] usb: remove unused including <linux/version.h>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-26 06:39:05
Also in:
kernel-janitors
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-26 06:39:05
Also in:
kernel-janitors
On Fri, Mar 26, 2021 at 02:13:26PM +0800, Zheng Yongjun wrote:
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 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>
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