linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: core: remove unused including <linux/version.h>
@ 2021-04-14  6:05 Yang Li
  2021-04-14  6:12 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2021-04-14  6:05 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, linux-kernel, Yang Li

Fix the following versioncheck warning:
./drivers/usb/core/hcd.c: 14 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.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>
-- 
1.8.3.1


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

* Re: [PATCH] usb: core: remove unused including <linux/version.h>
  2021-04-14  6:05 [PATCH] usb: core: remove unused including <linux/version.h> Yang Li
@ 2021-04-14  6:12 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-04-14  6:12 UTC (permalink / raw)
  To: Yang Li; +Cc: linux-usb, linux-kernel

On Wed, Apr 14, 2021 at 02:05:40PM +0800, Yang Li wrote:
> Fix the following versioncheck warning:
> ./drivers/usb/core/hcd.c: 14 linux/version.h not needed.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/usb/core/hcd.c | 1 -
>  1 file changed, 1 deletion(-)

I am now adding any patch sent to me from the "Abaci Robot" to my local
blacklist and they will be ignored as you have constantly kept ignoring
my simple request to do basic build testing of your patches before
sending them out.

Because you have not done that, you are obviously trying to waste
developer and reviewer's time with stuff like this, which is not
acceptable at all.

*plonk*


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

end of thread, other threads:[~2021-04-14  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  6:05 [PATCH] usb: core: remove unused including <linux/version.h> Yang Li
2021-04-14  6:12 ` Greg KH

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