net: ethernet: freescale: remove unneeded include for ucc_geth

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

Signed-off-by: Valentin Longchamp <valentin@longchamp.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Valentin Longchamp 2020-06-03 23:28:23 +02:00 committed by David S. Miller
parent 1200684814
commit 09820ce88b

View file

@ -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"