mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
net: dwc_eth_qos: Remove obsolete imx8 includes
They were added with commit0e9d23945c
("net: eqos: implement callbaks to get interface and set txclk rate") but were not removed with commit5fc783b5d9
("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>
This commit is contained in:
parent
43b89455ea
commit
d88bcd6d24
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user