diff options
author | Erik Schumacher <erik.schumacher@iris-sensing.com> | 2024-10-28 15:30:56 +0000 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-10-29 16:25:53 -0300 |
commit | d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0 (patch) | |
tree | ec33e077b06008c7eaad2fd63254177cb7a66853 | |
parent | 43b89455eac76475d868a649986d0e152785049e (diff) |
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 <erik.schumacher@iris-sensing.com>
-rw-r--r-- | drivers/net/dwc_eth_qos.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index ab51a98e9df..2279481d935 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -47,10 +47,6 @@ #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> |