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/cl-som-imx7/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/cl-som-imx7/mux.c')
-rw-r--r-- | board/compulab/cl-som-imx7/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cl-som-imx7/mux.c b/board/compulab/cl-som-imx7/mux.c index 18f16a48738..25123ee145a 100644 --- a/board/compulab/cl-som-imx7/mux.c +++ b/board/compulab/cl-som-imx7/mux.c @@ -7,7 +7,7 @@ * Author: Uri Mashiach <uri.mashiach@compulab.co.il> */ -#include <common.h> +#include <linux/kernel.h> #include <asm/mach-imx/iomux-v3.h> #include <asm/arch-mx7/mx7-pins.h> |