include/spl_gpio.h: Audit include list
authorTom Rini <trini@konsulko.com>
Sat, 28 Jun 2025 22:43:51 +0000 (16:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 19:11:12 +0000 (13:11 -0600)
commita591af1123ab280d480ce92cd15871de1e222a51
treefd556f1e62b64184beaab92330d53dea7d487dfc
parent7788df3e926186093bdd7710fea2062899cae9c1
include/spl_gpio.h: Audit include list

This file does not need <asm/gpio.h> so remove it. This file does
however need <linux/types.h> so add that in. This also shows that
arch/arm/mach-rockchip/rk3399/rk3399.c and board/lg/star/star.c were
indirectly getting <asm/gpio.h> from here, so add <asm/gpio.h> to them.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-rockchip/rk3399/rk3399.c
board/lg/star/star.c
include/spl_gpio.h