diff mbox series

usb: core: remove unused including <linux/version.h>

Message ID 1618380340-108958-1-git-send-email-yang.lee@linux.alibaba.com (mailing list archive)
State New, archived
Headers show
Series usb: core: remove unused including <linux/version.h> | expand

Commit Message

Yang Li April 14, 2021, 6:05 a.m. UTC
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(-)

Comments

Greg KH April 14, 2021, 6:12 a.m. UTC | #1
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*
diff mbox series

Patch

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>