imx: imx8mn_evk: Cleanup headers
authorPeng Fan <peng.fan@nxp.com>
Thu, 9 Jan 2025 03:29:07 +0000 (11:29 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 16 Jan 2025 13:15:41 +0000 (10:15 -0300)
Drop unused headers and sort them

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx8mn_evk/imx8mn_evk.c

index 6b6fb0a..f20ffbc 100644 (file)
@@ -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;