From: Tom Rini Date: Wed, 1 May 2024 02:41:14 +0000 (-0600) Subject: board: bosch: Remove and add needed includes X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8439417d9ad19ff3606382090ccac3dd656edf37;p=u-boot.git board: bosch: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Reviewed-by: Heiko Schocher Signed-off-by: Tom Rini --- diff --git a/board/bosch/acc/acc.c b/board/bosch/acc/acc.c index 65c2f35671..a1a00e7ffc 100644 --- a/board/bosch/acc/acc.c +++ b/board/bosch/acc/acc.c @@ -5,7 +5,7 @@ * Copyright (c) 2022 DENX Software Engineering GmbH, Philip Oberfichtner */ -#include +#include #include #include #include diff --git a/board/bosch/guardian/board.c b/board/bosch/guardian/board.c index ee9e6d632e..41d7567ad2 100644 --- a/board/bosch/guardian/board.c +++ b/board/bosch/guardian/board.c @@ -8,7 +8,7 @@ * Copyright (C) 2018 Robert Bosch Power Tools GmbH */ -#include +#include #include #include #include diff --git a/board/bosch/guardian/mux.c b/board/bosch/guardian/mux.c index 53850ffb8f..eab3398c4a 100644 --- a/board/bosch/guardian/mux.c +++ b/board/bosch/guardian/mux.c @@ -6,7 +6,6 @@ * Copyright (C) 2018 Robert Bosch Power Tools GmbH */ -#include #include #include #include diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c index aebdfd4dfe..ab68874593 100644 --- a/board/bosch/shc/board.c +++ b/board/bosch/shc/board.c @@ -11,7 +11,7 @@ * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/ */ -#include +#include #include #include #include diff --git a/board/bosch/shc/mux.c b/board/bosch/shc/mux.c index f19d1866c7..a2a8947a3b 100644 --- a/board/bosch/shc/mux.c +++ b/board/bosch/shc/mux.c @@ -9,7 +9,6 @@ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ */ -#include #include #include #include