summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/arch-fu540/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/arch-fu540/gpio.h')
-rw-r--r--arch/riscv/include/asm/arch-fu540/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/arch-fu540/gpio.h b/arch/riscv/include/asm/arch-fu540/gpio.h
index 0d16c59ca6..b87282b974 100644
--- a/arch/riscv/include/asm/arch-fu540/gpio.h
+++ b/arch/riscv/include/asm/arch-fu540/gpio.h
@@ -28,7 +28,7 @@ enum gpio_state {
};
/* Details about a GPIO bank */
-struct sifive_gpio_platdata {
+struct sifive_gpio_plat {
void *base; /* address of registers in physical memory */
};