
7 Jan
2025
7 Jan
'25
9:05 a.m.
From: Peng Fan peng.fan@nxp.com
Drop unused headers and sort them
Signed-off-by: Peng Fan peng.fan@nxp.com --- board/freescale/imx8mn_evk/imx8mn_evk.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/board/freescale/imx8mn_evk/imx8mn_evk.c b/board/freescale/imx8mn_evk/imx8mn_evk.c index 6b6fb0a7dd2178a20d9869a1b478d5a8b5124ad8..f20ffbc52501a8a5c3ae9603b04847bab2cbd8dc 100644 --- a/board/freescale/imx8mn_evk/imx8mn_evk.c +++ b/board/freescale/imx8mn_evk/imx8mn_evk.c @@ -3,12 +3,10 @@ * Copyright 2019 NXP */
-#include <env.h> -#include <init.h> #include <asm/global_data.h> -#include <miiphy.h> -#include <netdev.h> #include <asm/io.h> +#include <env.h> +#include <init.h>
DECLARE_GLOBAL_DATA_PTR;
--
2.35.3