commit | 1acd010152138644f63d743e165161edc780fc32 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Apr 26 12:30:26 2016 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Apr 29 11:09:16 2016 +0200 |
tree | e052eba29110ef55024bff3a3d22c2f152ab82d3 | |
parent | 67668a57b351df66cd8c94cd84f2a382e440e8ed [diff] |
pinctrl: sh-pfc: Kill unused variable in sh_pfc_remove() If CONFIG_PINCTRL_SH_PFC_GPIO=n: drivers/pinctrl/sh-pfc/core.c: In function 'sh_pfc_remove': drivers/pinctrl/sh-pfc/core.c:649:17: warning: unused variable 'pfc' [-Wunused-variable] Fixes: 67ec8d7b48463904 ("pinctrl: ish-pfc: Use devm_pinctrl_register() for pinctrl registration") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>