netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: freescale: remove unneeded include for ucc_geth
@ 2020-06-03 21:28 Valentin Longchamp
  2020-06-04 22:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Longchamp @ 2020-06-03 21:28 UTC (permalink / raw)
  To: netdev; +Cc: linuxppc-dev, kuba, leoyang.li, Valentin Longchamp

net/sch_generic.h does not need to be included, remove it.

Signed-off-by: Valentin Longchamp <valentin@longchamp.me>
---
 drivers/net/ethernet/freescale/ucc_geth.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/ucc_geth.c b/drivers/net/ethernet/freescale/ucc_geth.c
index 552e7554a9f8..db791f60b884 100644
--- a/drivers/net/ethernet/freescale/ucc_geth.c
+++ b/drivers/net/ethernet/freescale/ucc_geth.c
@@ -42,7 +42,6 @@
 #include <soc/fsl/qe/ucc.h>
 #include <soc/fsl/qe/ucc_fast.h>
 #include <asm/machdep.h>
-#include <net/sch_generic.h>
 
 #include "ucc_geth.h"
 
-- 
2.25.1


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

* Re: [PATCH] net: ethernet: freescale: remove unneeded include for ucc_geth
  2020-06-03 21:28 [PATCH] net: ethernet: freescale: remove unneeded include for ucc_geth Valentin Longchamp
@ 2020-06-04 22:56 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-06-04 22:56 UTC (permalink / raw)
  To: valentin; +Cc: netdev, linuxppc-dev, kuba, leoyang.li

From: Valentin Longchamp <valentin@longchamp.me>
Date: Wed,  3 Jun 2020 23:28:23 +0200

> net/sch_generic.h does not need to be included, remove it.
> 
> Signed-off-by: Valentin Longchamp <valentin@longchamp.me>

Applied.

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

end of thread, other threads:[~2020-06-04 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 21:28 [PATCH] net: ethernet: freescale: remove unneeded include for ucc_geth Valentin Longchamp
2020-06-04 22:56 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).