From a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 27 Apr 2024 08:11:00 -0600 Subject: common: Remove and add needed includes Remove from all "commmon/" files and when needed add missing include files directly. Signed-off-by: Tom Rini --- common/spl/spl_ext.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/spl/spl_ext.c') diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index 2be6f04b02c..2399e1d806d 100644 --- a/common/spl/spl_ext.c +++ b/common/spl/spl_ext.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -#include #include #include #include -- cgit v1.2.3 From 6a7185887b83a5cc334c7ce5bd65970381b2f4ce Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:40:48 -0600 Subject: global: Make include This follows the example of RISC-V where includes directly as "gd" includes a reference to bd_info already and so the first must include the second anyhow. We then remove from all of the places which include references to "gd" an so have already. Signed-off-by: Tom Rini --- common/spl/spl_ext.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/spl/spl_ext.c') diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index 2399e1d806d..76f49a5a8a6 100644 --- a/common/spl/spl_ext.c +++ b/common/spl/spl_ext.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3