diff mbox series

[4/4] common/board_f: drop ifdefs around header includes

Message ID 20220911161052.2986264-4-ovpanait@gmail.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [1/4] common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code | expand

Commit Message

Ovidiu Panait Sept. 11, 2022, 4:10 p.m. UTC
Drop the remaining ifdef around spl.h include.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
---

 common/board_f.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Simon Glass Sept. 12, 2022, 1:34 p.m. UTC | #1
On Sun, 11 Sept 2022 at 10:11, Ovidiu Panait <ovpanait@gmail.com> wrote:
>
> Drop the remaining ifdef around spl.h include.
>
> Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
> ---
>
>  common/board_f.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/common/board_f.c b/common/board_f.c
index 96458c5151..4db1626c29 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -35,9 +35,7 @@ 
 #include <post.h>
 #include <relocate.h>
 #include <serial.h>
-#ifdef CONFIG_SPL
 #include <spl.h>
-#endif
 #include <status_led.h>
 #include <sysreset.h>
 #include <timer.h>