Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <[email protected]>
---
Cc: Simon Glass <[email protected]>
---
 board/bluewater/gurnard/gurnard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/bluewater/gurnard/gurnard.c 
b/board/bluewater/gurnard/gurnard.c
index 9b42299b080f..3275803226a3 100644
--- a/board/bluewater/gurnard/gurnard.c
+++ b/board/bluewater/gurnard/gurnard.c
@@ -7,7 +7,7 @@
  *   Author: Ryan Mallon <[email protected]>
  */
 
-#include <common.h>
+#include <config.h>
 #include <atmel_lcd.h>
 #include <atmel_lcdc.h>
 #include <atmel_mci.h>
-- 
2.34.1

Reply via email to