[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200624071821.175075-1-yuehaibing@huawei.com>
Date: Wed, 24 Jun 2020 07:18:21 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Bryan Whitehead <bryan.whitehead@...rochip.com>,
"Microchip Linux Driver Support" <UNGLinuxDriver@...rochip.com>,
"David S . Miller" <davem@...emloft.net>,
Tim Harvey <tharvey@...eworks.com>,
Jakub Kicinski <kuba@...nel.org>
CC: YueHaibing <yuehaibing@...wei.com>, <netdev@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: [PATCH net-next] lan743x: Remove duplicated include from lan743x_main.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
drivers/net/ethernet/microchip/lan743x_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/microchip/lan743x_main.c b/drivers/net/ethernet/microchip/lan743x_main.c
index 9585467cf11c..2373e72d2d29 100644
--- a/drivers/net/ethernet/microchip/lan743x_main.c
+++ b/drivers/net/ethernet/microchip/lan743x_main.c
@@ -15,7 +15,6 @@
#include <linux/rtnetlink.h>
#include <linux/iopoll.h>
#include <linux/crc16.h>
-#include <linux/of_net.h>
#include "lan743x_main.h"
#include "lan743x_ethtool.h"
Powered by blists - more mailing lists