diff options
| author | Patrick Delaunay <[email protected]> | 2022-06-30 11:09:41 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-08 11:37:57 -0400 |
| commit | 8a3b69d2f257570afef273a579a8b22ec4160e9f (patch) | |
| tree | 4a88cd20d3217b9ac45b8e1e2908bf20c62edf7f | |
| parent | 65f2266ed61b49bbc997e151bc14702bfbbfcef9 (diff) | |
net: dwc_eth_qos: cosmetic: reorder include files
Reorder include files in the U-Boot expected order.
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
| -rw-r--r-- | drivers/net/dwc_eth_qos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index 43af7d91f81..57618f0758f 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -34,6 +34,7 @@ #include <cpu_func.h> #include <dm.h> #include <errno.h> +#include <eth_phy.h> #include <log.h> #include <malloc.h> #include <memalign.h> @@ -46,7 +47,6 @@ #include <asm/cache.h> #include <asm/gpio.h> #include <asm/io.h> -#include <eth_phy.h> #ifdef CONFIG_ARCH_IMX8M #include <asm/arch/clock.h> #include <asm/mach-imx/sys_proto.h> |
