pinctrl: bm1880: add pwm37 to bm1880_pctrl_groups
The 'pwm37' is not added to bm1880_pctrl_groups, which triggers a gcc build warning: drivers/pinctrl/pinctrl-bm1880.c:263:27: warning: ‘pwm37_pins’ defined but not used [-Wunused-const-variable=] static const unsigned int pwm37_pins[] = { 110 }; Signed-off-by: Jason Yan <yanaijie@huawei.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20200428115543.33379-1-yanaijie@huawei.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
36126f5309
commit
0320d260a7
|
@ -408,6 +408,7 @@ static const struct bm1880_pctrl_group bm1880_pctrl_groups[] = {
|
|||
BM1880_PINCTRL_GRP(pwm34),
|
||||
BM1880_PINCTRL_GRP(pwm35),
|
||||
BM1880_PINCTRL_GRP(pwm36),
|
||||
BM1880_PINCTRL_GRP(pwm37),
|
||||
BM1880_PINCTRL_GRP(i2c0),
|
||||
BM1880_PINCTRL_GRP(i2c1),
|
||||
BM1880_PINCTRL_GRP(i2c2),
|
||||
|
|
Loading…
Reference in New Issue
Block a user