Message ID | 20210325024800.1240388-1-zhengyongjun3@huawei.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [net-next] net: usb: lan78xx: remove unused including <linux/version.h> | expand |
> Reported-by: Hulk Robot <hulkci@huawei.com> > Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> > --- > drivers/net/usb/lan78xx.c | 1 - > 1 file changed, 1 deletion(-) > diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index > e81c5699c952..6acc5e904518 100644 > --- a/drivers/net/usb/lan78xx.c > +++ b/drivers/net/usb/lan78xx.c > @@ -2,7 +2,6 @@ > /* > * Copyright (C) 2015 Microchip Technology > */ > -#include <linux/version.h> > #include <linux/module.h> > #include <linux/netdevice.h> > #include <linux/etherdevice.h> Acked-by: Woojung Huh <Woojung.Huh@microchip.com>
diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index e81c5699c952..6acc5e904518 100644 --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c @@ -2,7 +2,6 @@ /* * Copyright (C) 2015 Microchip Technology */ -#include <linux/version.h> #include <linux/module.h> #include <linux/netdevice.h> #include <linux/etherdevice.h>