Re: [PATCH -next] usb: core: Remove unused including

2021-01-26 Thread Greg KH
On Mon, Jan 25, 2021 at 08:44:48PM +0800, Zou Wei wrote: > Fix the following versioncheck warning: > > drivers/usb/core/hcd.c:14:1: unused including > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei > --- > drivers/usb/core/hcd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[PATCH -next] usb: core: Remove unused including

2021-01-25 Thread Zou Wei
Fix the following versioncheck warning: drivers/usb/core/hcd.c:14:1: unused including Reported-by: Hulk Robot Signed-off-by: Zou Wei --- 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 ---