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/cm_t43/mux.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/cm_t43/mux.c')
-rw-r--r-- | board/compulab/cm_t43/mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/compulab/cm_t43/mux.c b/board/compulab/cm_t43/mux.c index 778ea05e84c..f10910565d5 100644 --- a/board/compulab/cm_t43/mux.c +++ b/board/compulab/cm_t43/mux.c @@ -3,7 +3,6 @@ * Copyright (C) 2015 Compulab, Ltd. */ -#include <common.h> #include <asm/arch/sys_proto.h> #include <asm/arch/mux.h> #include "board.h" |