From b8d59ba049daa4d9a1d81b0f2215edac1c7b0798 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:41:48 -0600 Subject: board: freescale: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Acked-by: Jason Liu Acked-by: Peng Fan Signed-off-by: Tom Rini --- board/freescale/common/i2c_mux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board/freescale/common/i2c_mux.c') diff --git a/board/freescale/common/i2c_mux.c b/board/freescale/common/i2c_mux.c index d40b34f1039..89151ccaf06 100644 --- a/board/freescale/common/i2c_mux.c +++ b/board/freescale/common/i2c_mux.c @@ -5,8 +5,9 @@ * Copyright 2021 Microsoft Corporation */ -#include +#include #include +#include #include "i2c_common.h" #include "i2c_mux.h" -- cgit v1.2.3