All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: hns3: Remove duplicated include
@ 2020-10-31  2:49 YueHaibing
  2020-11-03  1:36 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-10-31  2:49 UTC (permalink / raw)
  To: yisen.zhuang, salil.mehta, davem, kuba, linyunsheng
  Cc: netdev, linux-kernel, YueHaibing

Remove duplicated include.

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

diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c
index 3606240025a8..f990f6915226 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c
@@ -4,7 +4,6 @@
 #include "hclge_main.h"
 #include "hclge_dcb.h"
 #include "hclge_tm.h"
-#include "hclge_dcb.h"
 #include "hnae3.h"
 
 #define BW_PERCENT	100
-- 
2.17.1


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

* Re: [PATCH net-next] net: hns3: Remove duplicated include
  2020-10-31  2:49 [PATCH net-next] net: hns3: Remove duplicated include YueHaibing
@ 2020-11-03  1:36 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-11-03  1:36 UTC (permalink / raw)
  To: YueHaibing
  Cc: yisen.zhuang, salil.mehta, davem, linyunsheng, netdev, linux-kernel

On Sat, 31 Oct 2020 10:49:40 +0800 YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied, thanks!

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

end of thread, other threads:[~2020-11-03  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-31  2:49 [PATCH net-next] net: hns3: Remove duplicated include YueHaibing
2020-11-03  1:36 ` Jakub Kicinski

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.