On Fri, Aug 02, 2013 at 03:11:18PM +0900, Jingoo Han wrote: > ecap_pwm_save_context() and ecap_pwm_restore_context() are only used > when CONFIG_PM_SLEEP is selected. > > drivers/pwm/pwm-tiecap.c:293:13: warning: 'ecap_pwm_save_context' defined but not used [-Wunused-function] > drivers/pwm/pwm-tiecap.c:302:13: warning: 'ecap_pwm_restore_context' defined but not used [-Wunused-function] > > Signed-off-by: Jingoo Han > --- > drivers/pwm/pwm-tiecap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Thierry