imx9: gpio: include types.h header
authorPeng Fan <peng.fan@nxp.com>
Tue, 3 Dec 2024 15:42:46 +0000 (23:42 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 7 Dec 2024 12:07:04 +0000 (09:07 -0300)
Include types.h header for u32, following Linux Coding Style to include
necessary headers.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx9/gpio.h

index 4073202..ca763f5 100644 (file)
@@ -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;