This file requires <asm/arch/imx-regs.h> to know what IOMUXC_BASE_ADDR
is, and had been getting this via an indirect include path. Correct
this, so we can fix other bugs which happen to expose this indirect
inclusion.

Signed-off-by: Tom Rini <[email protected]>
---
 board/tq/tqma6ul/tqma6ul_mba6ul.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/tq/tqma6ul/tqma6ul_mba6ul.c 
b/board/tq/tqma6ul/tqma6ul_mba6ul.c
index be78060cbdae..7c10b7a1d3bd 100644
--- a/board/tq/tqma6ul/tqma6ul_mba6ul.c
+++ b/board/tq/tqma6ul/tqma6ul_mba6ul.c
@@ -8,6 +8,7 @@
 #include <env.h>
 #include <malloc.h>
 #include <asm/arch/clock.h>
+#include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux.h>
 #include <asm/arch/mx6-pins.h>
 #include <asm/mach-imx/sys_proto.h>
-- 
2.43.0

Reply via email to