diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:49 -0600 |
| commit | 76330ca70e018ffc188308d701d353a04dd75da5 (patch) | |
| tree | 5300a078c7af298495b278d1a3468b17dbb1a6b8 | |
| parent | 069c3247f6dcccbac895f9dfbb5a225540187f0f (diff) | |
board: bticino: 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 <[email protected]>
| -rw-r--r-- | board/bticino/mamoj/mamoj.c | 1 | ||||
| -rw-r--r-- | board/bticino/mamoj/spl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/bticino/mamoj/mamoj.c b/board/bticino/mamoj/mamoj.c index c9da42b43bf..71497b8ab1e 100644 --- a/board/bticino/mamoj/mamoj.c +++ b/board/bticino/mamoj/mamoj.c @@ -5,7 +5,6 @@ * Copyright (C) 2018 Jagan Teki <[email protected]> */ -#include <common.h> #include <init.h> #include <asm/arch/sys_proto.h> #include <asm/global_data.h> diff --git a/board/bticino/mamoj/spl.c b/board/bticino/mamoj/spl.c index 883b7f4133b..59b7c24ccc9 100644 --- a/board/bticino/mamoj/spl.c +++ b/board/bticino/mamoj/spl.c @@ -5,7 +5,6 @@ * Copyright (C) 2018 Jagan Teki <[email protected]> */ -#include <common.h> #include <init.h> #include <serial.h> #include <spl.h> |
