From cebd6c2e78529d52f37db837ba7ac4eae21fe8c4 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:41:23 -0600 Subject: [PATCH] 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 <trini@konsulko.com> --- board/cei/cei-tk1-som/cei-tk1-som.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/cei/cei-tk1-som/cei-tk1-som.c b/board/cei/cei-tk1-som/cei-tk1-som.c index 95ee7bbfe2..15b200454d 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> -- 2.39.5