diff options
| author | Peng Fan <[email protected]> | 2024-12-03 23:42:46 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-12-07 09:07:04 -0300 |
| commit | 057096c80f2f0bdc09e0b7693345060838e75b9e (patch) | |
| tree | 4ea71f79c3b1936f25029a324ceb54839327d60b | |
| parent | 7b20f70b0b1959950ff9d34cb1fcf785a1cf8672 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-imx9/gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h> + struct gpio_regs { u32 gpio_pdor; u32 gpio_psor; |
