summaryrefslogtreecommitdiff
path: root/drivers/gpio/da8xx_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/da8xx_gpio.h')
-rw-r--r--drivers/gpio/da8xx_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/da8xx_gpio.h b/drivers/gpio/da8xx_gpio.h
index 849e8d2dcf..ca59d6a90b 100644
--- a/drivers/gpio/da8xx_gpio.h
+++ b/drivers/gpio/da8xx_gpio.h
@@ -31,7 +31,7 @@ struct davinci_gpio_bank {
#if CONFIG_IS_ENABLED(DM_GPIO)
/* Information about a GPIO bank */
-struct davinci_gpio_platdata {
+struct davinci_gpio_plat {
int bank_index;
ulong base; /* address of registers in physical memory */
const char *port_name;