pinctrl: pinctrl-single: fix compile warning when no CONFIG_PM

This warning has been introduced by the commit
0f9bc4bcdf4f pinctrl: single: adopt pinctrl sleep mode management

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by Jean-Francois Moine and committed by Linus Walleij 8cb440ab 74b84351

Changed files
+2
drivers
+2
drivers/pinctrl/pinctrl-single.c
··· 1483 1483 return ret; 1484 1484 } 1485 1485 1486 + #ifdef CONFIG_PM 1486 1487 static int pinctrl_single_suspend(struct platform_device *pdev, 1487 1488 pm_message_t state) 1488 1489 { ··· 1506 1505 1507 1506 return pinctrl_force_default(pcs->pctl); 1508 1507 } 1508 + #endif 1509 1509 1510 1510 static int pcs_probe(struct platform_device *pdev) 1511 1511 {