Message ID | 20210326061326.3234377-1-zhengyongjun3@huawei.com |
---|---|
State | New |
Headers | show |
Series | [-next] usb: remove unused including <linux/version.h> | expand |
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>
Remove including <linux/version.h> that don't need it. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> --- drivers/usb/core/hcd.c | 1 - 1 file changed, 1 deletion(-)