diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:49 -0600 |
| commit | cebd6c2e78529d52f37db837ba7ac4eae21fe8c4 (patch) | |
| tree | 19e21db2710db280d057ef1a2fa5cdcf808ba876 | |
| parent | 7e61e89859afb6d417f023593276e70f76dd1f80 (diff) | |
board: cei: 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]>
| -rw-r--r-- | board/cei/cei-tk1-som/cei-tk1-som.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cei/cei-tk1-som/cei-tk1-som.c b/board/cei/cei-tk1-som/cei-tk1-som.c index 95ee7bbfe29..15b200454da 100644 --- a/board/cei/cei-tk1-som/cei-tk1-som.c +++ b/board/cei/cei-tk1-som/cei-tk1-som.c @@ -4,7 +4,7 @@ * NVIDIA Corporation <www.nvidia.com> */ -#include <common.h> +#include <linux/kernel.h> #include <power/as3722.h> #include <asm/arch/gpio.h> |
