git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b20f70
)
imx9: gpio: include types.h header
author
Peng Fan
<peng.fan@nxp.com>
Tue, 3 Dec 2024 15:42:46 +0000
(23:42 +0800)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-imx9/gpio.h
b/arch/arm/include/asm/arch-imx9/gpio.h
index
4073202
..
ca763f5
100644
(file)
--- 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;