All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] sfc: remove duplicated include from efx.c
  2020-01-10  1:35 ` YueHaibing
@ 2020-01-16  2:26 ` YueHaibing
  -1 siblings, 0 replies; 12+ messages in thread
From: YueHaibing @ 2020-01-16  2:26 UTC (permalink / raw)
  To: Solarflare linux maintainers, Edward Cree, Martin Habets, davem
  Cc: YueHaibing, netdev, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/ethernet/sfc/efx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c
index 110e485e6624..4481f21a1f43 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"




^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH net-next] sfc: remove duplicated include from ef10.c
@ 2020-01-10  1:35 ` YueHaibing
  0 siblings, 0 replies; 12+ messages in thread
From: YueHaibing @ 2020-01-10  1:35 UTC (permalink / raw)
  To: David S . Miller, Alexei Starovoitov, Daniel Borkmann, Jakub Kicinski
  Cc: YueHaibing, netdev, bpf, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/ethernet/sfc/ef10.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c
index dc037dd927f8..fa460831af7d 100644
--- a/drivers/net/ethernet/sfc/ef10.c
+++ b/drivers/net/ethernet/sfc/ef10.c
@@ -16,7 +16,6 @@
 #include "workarounds.h"
 #include "selftest.h"
 #include "ef10_sriov.h"
-#include "rx_common.h"
 #include <linux/in.h>
 #include <linux/jhash.h>
 #include <linux/wait.h>




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-01-16  9:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16  2:26 [PATCH net-next] sfc: remove duplicated include from efx.c YueHaibing
2020-01-16  2:26 ` YueHaibing
2020-01-16  9:07 ` David Miller
2020-01-16  9:07   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2020-01-10  1:35 [PATCH net-next] sfc: remove duplicated include from ef10.c YueHaibing
2020-01-10  1:35 ` YueHaibing
2020-01-10 11:57 ` Edward Cree
2020-01-10 11:57   ` Edward Cree
2020-01-11  1:56   ` Yuehaibing
2020-01-11  1:56     ` Yuehaibing
2020-01-11  7:11 ` David Miller
2020-01-11  7:11   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.