summaryrefslogtreecommitdiff
path: root/chip/stm32/gpio-stm32l15x.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/gpio-stm32l15x.c')
-rw-r--r--chip/stm32/gpio-stm32l15x.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/stm32/gpio-stm32l15x.c b/chip/stm32/gpio-stm32l15x.c
index cd07e61361..3b04e69438 100644
--- a/chip/stm32/gpio-stm32l15x.c
+++ b/chip/stm32/gpio-stm32l15x.c
@@ -17,9 +17,6 @@
#define CPUTS(outstr) cputs(CC_GPIO, outstr)
#define CPRINTF(format, args...) cprintf(CC_GPIO, format, ## args)
-/* Signal information from board.c. Must match order from enum gpio_signal. */
-extern const struct gpio_info gpio_list[GPIO_COUNT];
-
/* For each EXTI bit, record which GPIO entry is using it */
static const struct gpio_info *exti_events[16];