summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-04-30 20:42:10 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:25 -0600
commit9e4573f0169587cd9566d7fa48bc05b120de6b08 (patch)
tree75878d399a72060f513a4465c19b8132240be064
parent1520c1ee6244da1a30c44afcd4ffc72ac5c321e9 (diff)
board: lego: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Acked-by: David Lechner <[email protected]> Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--board/lego/ev3/legoev3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c
index 43afe593c78..1a153668a43 100644
--- a/board/lego/ev3/legoev3.c
+++ b/board/lego/ev3/legoev3.c
@@ -12,7 +12,7 @@
* Copyright (C) 2007 Sergey Kubushyn <[email protected]>
*/
-#include <common.h>
+#include <config.h>
#include <env.h>
#include <i2c.h>
#include <init.h>