Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Fix the following versioncheck warning:

drivers/usb/early/xhci-dbc.c:21:1: unused including <linux/version.h>

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200421033945.27703-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jason Yan and committed by
Greg Kroah-Hartman
27b0387b e9010320

-1
-1
drivers/usb/early/xhci-dbc.c
··· 18 18 #include <asm/fixmap.h> 19 19 #include <linux/bcd.h> 20 20 #include <linux/export.h> 21 - #include <linux/version.h> 22 21 #include <linux/module.h> 23 22 #include <linux/delay.h> 24 23 #include <linux/kthread.h>