From: Erik Schumacher Date: Mon, 28 Oct 2024 15:30:56 +0000 (+0000) Subject: net: dwc_eth_qos: Remove obsolete imx8 includes X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0;p=u-boot.git net: dwc_eth_qos: Remove obsolete imx8 includes They were added with commit 0e9d23945ce0 ("net: eqos: implement callbaks to get interface and set txclk rate") but were not removed with commit 5fc783b5d9c9 ("net: dwc_eth_qos: move i.MX code out") when i.MX specific code was moved to a separate file. Signed-off-by: Erik Schumacher --- diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index ab51a98e9d..2279481d93 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -47,10 +47,6 @@ #include #include #include -#ifdef CONFIG_ARCH_IMX8M -#include -#include -#endif #include #include #include