aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/omap_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/omap_gpio.h')
-rw-r--r--arch/arm/include/asm/omap_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_gpio.h b/arch/arm/include/asm/omap_gpio.h
index 151afa8..4084210 100644
--- a/arch/arm/include/asm/omap_gpio.h
+++ b/arch/arm/include/asm/omap_gpio.h
@@ -25,7 +25,7 @@
#if CONFIG_IS_ENABLED(DM_GPIO)
/* Information about a GPIO bank */
-struct omap_gpio_platdata {
+struct omap_gpio_plat {
int bank_index;
ulong base; /* address of registers in physical memory */
const char *port_name;