Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Linus Walleij
1a7a7aa1 cd2807e7

+1 -1
+1 -1
drivers/pinctrl/nuvoton/pinctrl-wpcm450.c
··· 474 474 #undef WPCM450_GRP 475 475 }; 476 476 477 - static struct pingroup wpcm450_groups[] = { 477 + static const struct pingroup wpcm450_groups[] = { 478 478 #define WPCM450_GRP(x) PINCTRL_PINGROUP(#x, x ## _pins, ARRAY_SIZE(x ## _pins)) 479 479 WPCM450_GRPS 480 480 #undef WPCM450_GRP