From: Tom Rini Date: Sat, 28 Jun 2025 22:43:51 +0000 (-0600) Subject: include/spl_gpio.h: Audit include list X-Git-Tag: v2025.10-rc1~129^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a591af1123ab280d480ce92cd15871de1e222a51;p=thirdparty%2Fu-boot.git include/spl_gpio.h: Audit include list This file does not need so remove it. This file does however need so add that in. This also shows that arch/arm/mach-rockchip/rk3399/rk3399.c and board/lg/star/star.c were indirectly getting from here, so add to them. Signed-off-by: Tom Rini --- diff --git a/arch/arm/mach-rockchip/rk3399/rk3399.c b/arch/arm/mach-rockchip/rk3399/rk3399.c index 99597076d2c..43d151708e4 100644 --- a/arch/arm/mach-rockchip/rk3399/rk3399.c +++ b/arch/arm/mach-rockchip/rk3399/rk3399.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include diff --git a/board/lg/star/star.c b/board/lg/star/star.c index dc593754101..0b4a433a5df 100644 --- a/board/lg/star/star.c +++ b/board/lg/star/star.c @@ -9,6 +9,7 @@ #include #include #include +#include static int star_fix_panel(void *fdt) { diff --git a/include/spl_gpio.h b/include/spl_gpio.h index b33261a6485..a8aed4d77b9 100644 --- a/include/spl_gpio.h +++ b/include/spl_gpio.h @@ -9,7 +9,7 @@ #ifndef __SPL_GPIO_H #define __SPL_GPIO_H -#include +#include /* * The functions listed here should be implemented in the SoC GPIO driver.