From a591af1123ab280d480ce92cd15871de1e222a51 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 28 Jun 2025 16:43:51 -0600 Subject: 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 --- include/spl_gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.3.1