From: Hugo Villeneuve <[email protected]> Cleanup the file by removing unneeded header files.
Signed-off-by: Hugo Villeneuve <[email protected]> --- board/variscite/imx8mn_var_som/spl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/variscite/imx8mn_var_som/spl.c b/board/variscite/imx8mn_var_som/spl.c index e86bd37544f..483e9be400d 100644 --- a/board/variscite/imx8mn_var_som/spl.c +++ b/board/variscite/imx8mn_var_som/spl.c @@ -9,12 +9,9 @@ #include <spl.h> #include <asm/arch/clock.h> #include <asm/arch/ddr.h> -#include <asm/arch/imx8mn_pins.h> #include <asm/arch/sys_proto.h> #include <asm/mach-imx/boot_mode.h> -#include <asm/mach-imx/gpio.h> #include <asm/sections.h> -#include <dm/device.h> #include <dm/uclass.h> int spl_board_boot_device(enum boot_device boot_dev_spl) -- 2.47.3

