diff mbox series

[U-Boot] warp7: Remove unneeded headers after DM conversion

Message ID 20190214123627.26665-1-festevam@gmail.com
State Accepted
Commit c6235ef3cbc73a4340e08018696a37b5056948fe
Delegated to: Stefano Babic
Headers show
Series [U-Boot] warp7: Remove unneeded headers after DM conversion | expand

Commit Message

Fabio Estevam Feb. 14, 2019, 12:36 p.m. UTC
After DM conversion the I2C and MMC related board codes have been
removed, so remove the corresponding header files as well.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/warp7/warp7.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c
index 6ebeb08e33..49f290f978 100644
--- a/board/warp7/warp7.c
+++ b/board/warp7/warp7.c
@@ -11,12 +11,8 @@ 
 #include <asm/gpio.h>
 #include <asm/mach-imx/hab.h>
 #include <asm/mach-imx/iomux-v3.h>
-#include <asm/mach-imx/mxc_i2c.h>
 #include <asm/io.h>
 #include <common.h>
-#include <fsl_esdhc.h>
-#include <i2c.h>
-#include <mmc.h>
 #include <asm/arch/crm_regs.h>
 #include <usb.h>
 #include <netdev.h>