[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210325025108.1286677-1-zhengyongjun3@huawei.com>
Date: Thu, 25 Mar 2021 10:51:08 +0800
From: 'Zheng Yongjun <zhengyongjun3@...wei.com>
To: <zhengyongjun3@...wei.com>,
Woojung Huh <woojung.huh@...rochip.com>,
<UNGLinuxDriver@...rochip.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, Hulk Robot <hulkci@...wei.com>
Subject: [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
From: Zheng Yongjun <zhengyongjun3@...wei.com>
Remove including <linux/version.h> that don't need it.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.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>
Powered by blists - more mailing lists