mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
pinctrl: nuvoton: Constify wpcm450_groups
There is no modifications are assumed for wpcm450_groups. Constify it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20231211154239.4190429-1-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
cd2807e733
commit
1a7a7aa1e4
@ -474,7 +474,7 @@ enum {
|
||||
#undef WPCM450_GRP
|
||||
};
|
||||
|
||||
static struct pingroup wpcm450_groups[] = {
|
||||
static const struct pingroup wpcm450_groups[] = {
|
||||
#define WPCM450_GRP(x) PINCTRL_PINGROUP(#x, x ## _pins, ARRAY_SIZE(x ## _pins))
|
||||
WPCM450_GRPS
|
||||
#undef WPCM450_GRP
|
||||
|
Loading…
Reference in New Issue
Block a user