From: Peng Fan Date: Tue, 3 Dec 2024 15:42:46 +0000 (+0800) Subject: imx9: gpio: include types.h header X-Git-Tag: v2025.04-rc1~17^2~64^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057096c80f2f0bdc09e0b7693345060838e75b9e;p=pandora-u-boot.git imx9: gpio: include types.h header Include types.h header for u32, following Linux Coding Style to include necessary headers. Signed-off-by: Peng Fan --- diff --git a/arch/arm/include/asm/arch-imx9/gpio.h b/arch/arm/include/asm/arch-imx9/gpio.h index 40732022e7e..ca763f56a1d 100644 --- a/arch/arm/include/asm/arch-imx9/gpio.h +++ b/arch/arm/include/asm/arch-imx9/gpio.h @@ -6,6 +6,8 @@ #ifndef __ASM_ARCH_IMX9_GPIO_H #define __ASM_ARCH_IMX9_GPIO_H +#include + struct gpio_regs { u32 gpio_pdor; u32 gpio_psor;