From: Jingoo Han Date: Mon, 11 Mar 2013 02:14:16 +0000 (+0900) Subject: pwm: pwm-tipwmss: add CONFIG_PM_SLEEP to suspend/resume functions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~24^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26e9bb4ac72312386dc8ffa4dc8c1b560d9b29b;p=pandora-kernel.git pwm: pwm-tipwmss: 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-tipwmss.c:104:12: warning: 'pwmss_suspend' defined but not used [-Wunused-function] drivers/pwm/pwm-tipwmss.c:113:12: warning: 'pwmss_resume' defined but not used [-Wunused-function] Signed-off-by: Jingoo Han Signed-off-by: Thierry Reding --- Reading git-diff-tree failed