diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | 4cea28c3357b4d066a683b476bac3dbbc99d94fc (patch) | |
tree | ab87a0b3bc5ae686dec1fc95b7fbbdfcdf3dbc75 /board/compulab/common/common.c | |
parent | 6a74f1aae28327d2c2ea272040e58fec1c183835 (diff) |
board: compulab: 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>
Diffstat (limited to 'board/compulab/common/common.c')
-rw-r--r-- | board/compulab/common/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/compulab/common/common.c b/board/compulab/common/common.c index 528c97df19a..6ffebe6bdb4 100644 --- a/board/compulab/common/common.c +++ b/board/compulab/common/common.c @@ -5,7 +5,6 @@ * Authors: Igor Grinberg <grinberg@compulab.co.il> */ -#include <common.h> #include <malloc.h> #include <asm/bootm.h> #include <asm/gpio.h> |