mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
37e4901449
Add CONFIG_PM_SLEEP to suspend/resume functions to fix the following build warning when CONFIG_PM_SLEEP is not selected. This is because sleep PM callbacks defined by SIMPLE_DEV_PM_OPS are only used when the CONFIG_PM_SLEEP is enabled. drivers/pinctrl/spear/pinctrl-plgpio.c:645:12: warning: 'plgpio_suspend' defined but not used [-Wunused-function] drivers/pinctrl/spear/pinctrl-plgpio.c:684:12: warning: 'plgpio_resume' defined but not used [-Wunused-function] Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pinctrl-plgpio.c | ||
pinctrl-spear3xx.c | ||
pinctrl-spear3xx.h | ||
pinctrl-spear300.c | ||
pinctrl-spear310.c | ||
pinctrl-spear320.c | ||
pinctrl-spear1310.c | ||
pinctrl-spear1340.c | ||
pinctrl-spear.c | ||
pinctrl-spear.h |