From b3b8a19e0268035895b78e1230b268bdab852bcb Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Aug 2023 09:52:14 +0200 Subject: [PATCH] soc: arm: nuvoton_npcx: common: s/device.h/init.h File was not using any device.h API, but init.h (SYS_INIT). Signed-off-by: Gerard Marull-Paretas --- soc/arm/nuvoton_npcx/common/scfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/nuvoton_npcx/common/scfg.c b/soc/arm/nuvoton_npcx/common/scfg.c index af5343e7e1a..fd287ce66e6 100644 --- a/soc/arm/nuvoton_npcx/common/scfg.c +++ b/soc/arm/nuvoton_npcx/common/scfg.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include #include