ACK

01.05.24 05:42, Tom Rini:
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <tr...@konsulko.com>
---
Cc: Oleh Kravchenko <o...@kaa.org.ua>
---
  board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c 
b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
index edb200e9e55b..10469aecd0bb 100644
--- a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
+++ b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
@@ -5,7 +5,6 @@
  #include <asm/arch/sys_proto.h>
  #include <asm/global_data.h>
  #include <asm/mach-imx/boot_mode.h>
-#include <common.h>
  #include <env.h>
DECLARE_GLOBAL_DATA_PTR;

Reply via email to