]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: dwc_eth_qos: Remove obsolete imx8 includes
authorErik Schumacher <erik.schumacher@iris-sensing.com>
Mon, 28 Oct 2024 15:30:56 +0000 (15:30 +0000)
committerFabio Estevam <festevam@gmail.com>
Tue, 29 Oct 2024 19:25:53 +0000 (16:25 -0300)
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 <erik.schumacher@iris-sensing.com>
drivers/net/dwc_eth_qos.c

index ab51a98e9df7f8e1e97a5d3534eeac4c8f86aeae..2279481d935e75886bbe4816ea77fc0e92a5e5ec 100644 (file)
 #include <asm/cache.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
-#ifdef CONFIG_ARCH_IMX8M
-#include <asm/arch/clock.h>
-#include <asm/mach-imx/sys_proto.h>
-#endif
 #include <linux/bitfield.h>
 #include <linux/delay.h>
 #include <linux/printk.h>