diff options
Diffstat (limited to 'arch/mips/ar7/gpio.c')
-rw-r--r-- | arch/mips/ar7/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ar7/gpio.c b/arch/mips/ar7/gpio.c index bb571bcdb8f2..d8dbd8f0c1d2 100644 --- a/arch/mips/ar7/gpio.c +++ b/arch/mips/ar7/gpio.c | |||
@@ -217,7 +217,7 @@ struct titan_gpio_cfg { | |||
217 | u32 func; | 217 | u32 func; |
218 | }; | 218 | }; |
219 | 219 | ||
220 | static struct titan_gpio_cfg titan_gpio_table[] = { | 220 | static const struct titan_gpio_cfg titan_gpio_table[] = { |
221 | /* reg, start bit, mux value */ | 221 | /* reg, start bit, mux value */ |
222 | {4, 24, 1}, | 222 | {4, 24, 1}, |
223 | {4, 26, 1}, | 223 | {4, 26, 1}, |