diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:50 -0600 |
| commit | 67b87187af7d28ca3c2e94bad18dfef63819aa2a (patch) | |
| tree | e0ce0eb678099fec132ed4b656021afa51f25901 /board/ea/mx7ulp_com/mx7ulp_com.c | |
| parent | f1f9871e86f84f1fd0e67a3d290aef92274cac07 (diff) | |
board: ea: 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]>
Diffstat (limited to 'board/ea/mx7ulp_com/mx7ulp_com.c')
| -rw-r--r-- | board/ea/mx7ulp_com/mx7ulp_com.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ea/mx7ulp_com/mx7ulp_com.c b/board/ea/mx7ulp_com/mx7ulp_com.c index cd9591a9e32..8f78937e097 100644 --- a/board/ea/mx7ulp_com/mx7ulp_com.c +++ b/board/ea/mx7ulp_com/mx7ulp_com.c @@ -3,7 +3,6 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. */ -#include <common.h> #include <init.h> #include <asm/global_data.h> #include <asm/io.h> |
