summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:43 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:50 -0600
commit521043f3243dd71b51c3852209417b69ef519e28 (patch)
tree196d8758a34ea51b8f76a5ac590d276ab3604021
parent3c31ced2dd59e201cb1bbed65b3ecdcca1a30f97 (diff)
board: embest: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/embest/mx6boards/mx6boards.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/embest/mx6boards/mx6boards.c b/board/embest/mx6boards/mx6boards.c
index a3c23bdfb64..896350140d6 100644
--- a/board/embest/mx6boards/mx6boards.c
+++ b/board/embest/mx6boards/mx6boards.c
@@ -12,7 +12,6 @@
* Copyright (C) 2013 Jon Nettleton <jon.nettleton@gmail.com>.
*/
-#include <common.h>
#include <init.h>
#include <net.h>
#include <asm/arch/clock.h>