pinctrl: sh-pfc: Kill unused variable in sh_pfc_remove()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 26 Apr 2016 10:30:26 +0000 (12:30 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Apr 2016 09:09:16 +0000 (11:09 +0200)
commit1acd010152138644f63d743e165161edc780fc32
treee052eba29110ef55024bff3a3d22c2f152ab82d3
parent67668a57b351df66cd8c94cd84f2a382e440e8ed
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>
drivers/pinctrl/sh-pfc/core.c