From: YueHaibing Date: Thu, 16 Jan 2020 02:26:57 +0000 (+0000) Subject: sfc: remove duplicated include from efx.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6bc8038035267d12df2bf78a8e1a5f07069fabb8;p=linux.git sfc: remove duplicated include from efx.c Remove duplicated include. Signed-off-by: YueHaibing Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index 110e485e6624e..4481f21a1f43b 100644 --- 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"