diff options
author | Tom Rini | 2024-04-30 20:41:26 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:07:49 -0600 |
commit | ed08ec79d3cbe46908b7b4a2fdcd3cbaa8284038 (patch) | |
tree | dc9caf7b45e20e1d19be1faaa197048a8473d0ca /board/cloudengines/pogo_e02 | |
parent | 9e2191841c0341c45448ea4a29d61534786bb630 (diff) |
board: cloudengines: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/cloudengines/pogo_e02')
-rw-r--r-- | board/cloudengines/pogo_e02/pogo_e02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cloudengines/pogo_e02/pogo_e02.c b/board/cloudengines/pogo_e02/pogo_e02.c index 59e1218b411..48eee67129f 100644 --- a/board/cloudengines/pogo_e02/pogo_e02.c +++ b/board/cloudengines/pogo_e02/pogo_e02.c @@ -10,7 +10,6 @@ * Written-by: Prafulla Wadaskar <prafulla@marvell.com> */ -#include <common.h> #include <init.h> #include <log.h> #include <netdev.h> |