MIPS: AR7: constify some arrays in gpio and prom code
Signed-off-by: Florian Fainelli <florian@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2980/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
5611cc4572
commit
edc9ded191
@@ -217,7 +217,7 @@ struct titan_gpio_cfg {
|
||||
u32 func;
|
||||
};
|
||||
|
||||
static struct titan_gpio_cfg titan_gpio_table[] = {
|
||||
static const struct titan_gpio_cfg titan_gpio_table[] = {
|
||||
/* reg, start bit, mux value */
|
||||
{4, 24, 1},
|
||||
{4, 26, 1},
|
||||
|
Reference in New Issue
Block a user