diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:49 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | 49f83937e992dfcab1898dbd376a3ed4c73afba2 (patch) | |
| tree | e56298b51e3628ce190fadc1304b07d65b39d101 /board/softing/vining_2000 | |
| parent | 58be9158067aa28138dc3558e1b1136655e01aed (diff) | |
board: softing: 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/softing/vining_2000')
| -rw-r--r-- | board/softing/vining_2000/vining_2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/softing/vining_2000/vining_2000.c b/board/softing/vining_2000/vining_2000.c index 4483bd7f7a3..a0dbf97524b 100644 --- a/board/softing/vining_2000/vining_2000.c +++ b/board/softing/vining_2000/vining_2000.c @@ -24,7 +24,7 @@ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/sizes.h> -#include <common.h> +#include <config.h> #include <fsl_esdhc_imx.h> #include <mmc.h> #include <i2c.h> |
