summaryrefslogtreecommitdiff
path: root/common/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gpio.c')
-rw-r--r--common/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gpio.c b/common/gpio.c
index f89be2700d..42a9d2a2e6 100644
--- a/common/gpio.c
+++ b/common/gpio.c
@@ -38,7 +38,7 @@ struct gpio_alt_func {
{GPIO_##pinmask, .func = (function), .module_id = (module), \
.flags = (flagz)},
-static const struct gpio_alt_func gpio_alt_funcs[] = {
+static __const_data const struct gpio_alt_func gpio_alt_funcs[] = {
#include "gpio.wrap"
};