Blob Blame History Raw
From: YueHaibing <yuehaibing@huawei.com>
Date: Thu, 16 Jan 2020 02:26:57 +0000
Subject: sfc: remove duplicated include from efx.c
Patch-mainline: v5.6-rc1
Git-commit: 6bc8038035267d12df2bf78a8e1a5f07069fabb8
References: jsc#SLE-8314

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/net/ethernet/sfc/efx.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/net/ethernet/sfc/efx.c
+++ b/drivers/net/ethernet/sfc/efx.c
@@ -27,7 +27,6 @@
 #include "efx_channels.h"
 #include "rx_common.h"
 #include "tx_common.h"
-#include "rx_common.h"
 #include "nic.h"
 #include "io.h"
 #include "selftest.h"