]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx93_evk: Remove PMIC and USB header files
authorFabio Estevam <festevam@gmail.com>
Wed, 23 Jul 2025 13:45:57 +0000 (10:45 -0300)
committerFabio Estevam <festevam@gmail.com>
Thu, 24 Jul 2025 11:00:28 +0000 (08:00 -0300)
There is no PMIC and USB related C code in this file.

Remove these unneeded header files.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx93_evk/imx93_evk.c

index d84d56be5e1f863d50cb1a832040acf009f011ff..d62f94dc41893ab57111c1d001ef9cd1c15a7eb7 100644 (file)
 #include <asm/arch/sys_proto.h>
 #include <asm/arch-imx9/imx93_pins.h>
 #include <asm/arch/clock.h>
-#include <power/pmic.h>
 #include <dm/device.h>
 #include <dm/uclass.h>
-#include <usb.h>
-#include <dwc3-uboot.h>
 
 DECLARE_GLOBAL_DATA_PTR;