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: Stefan Roese <s...@denx.de>
---
 board/gardena/smart-gateway-at91sam/board.c | 2 +-
 board/gardena/smart-gateway-at91sam/spl.c   | 2 +-
 board/gardena/smart-gateway-mt7688/board.c  | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/board/gardena/smart-gateway-at91sam/board.c 
b/board/gardena/smart-gateway-at91sam/board.c
index d9dfb256b32a..2b5b2844fbd2 100644
--- a/board/gardena/smart-gateway-at91sam/board.c
+++ b/board/gardena/smart-gateway-at91sam/board.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2019 Stefan Roese <s...@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <debug_uart.h>
 #include <env.h>
 #include <init.h>
diff --git a/board/gardena/smart-gateway-at91sam/spl.c 
b/board/gardena/smart-gateway-at91sam/spl.c
index 2807c4e31141..fb3ec48f9c52 100644
--- a/board/gardena/smart-gateway-at91sam/spl.c
+++ b/board/gardena/smart-gateway-at91sam/spl.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2019 Stefan Roese <s...@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <nand.h>
 #include <spl.h>
 #include <asm/arch/at91sam9x5_matrix.h>
diff --git a/board/gardena/smart-gateway-mt7688/board.c 
b/board/gardena/smart-gateway-mt7688/board.c
index 0cfde91c94c6..c6b14bed41fb 100644
--- a/board/gardena/smart-gateway-mt7688/board.c
+++ b/board/gardena/smart-gateway-mt7688/board.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Stefan Roese <s...@denx.de>
  */
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <env_internal.h>
-- 
2.34.1

Reply via email to