[PATCH 2/2] net: dwc_eth_qos: cosmetic: reorder include files

Ramon Fried rfried.dev at gmail.com
Sun Jul 3 21:23:03 CEST 2022


On Thu, Jun 30, 2022 at 12:10 PM Patrick Delaunay
<patrick.delaunay at foss.st.com> wrote:
>
> Reorder include files in the U-Boot expected order.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
>
>  drivers/net/dwc_eth_qos.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c
> index 0c2ba206056..97279839baf 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>
> --
> 2.25.1
>
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>


More information about the U-Boot mailing list