From: Jingoo Han Date: Mon, 11 Mar 2013 02:12:58 +0000 (+0900) Subject: pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~24^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78f5fc92a836259b69d49129c6c1cad9b03c322;p=pandora-kernel.git pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functions This patch adds CONFIG_PM_SLEEP to suspend/resume functions to fix the following build warning when CONFIG_PM_SLEEP is not selected. drivers/pwm/pwm-tiecap.c:314:12: warning: 'ecap_pwm_suspend' defined but not used [-Wunused-function] drivers/pwm/pwm-tiecap.c:328:12: warning: 'ecap_pwm_resume' defined but not used [-Wunused-function] Signed-off-by: Jingoo Han Signed-off-by: Thierry Reding --- Reading git-diff-tree failed