On Thu, Apr 02, 2020 at 02:57:18PM +0800, Jason Yan wrote: > Fix the following gcc warning: > > drivers/pwm/core.c:467:6: warning: symbol 'pwm_apply_state_debug' was > not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: Jason Yan > --- > drivers/pwm/core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Thierry