drivers: pwm: xec: Use unique log module identifier for PWM

Use unique log module identifier for PWM to avoid link error.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
Jose Alberto Meza 2019-11-13 16:04:22 -08:00 committed by Andrew Boie
commit 7c25431655

View file

@ -7,7 +7,7 @@
*/ */
#include <logging/log.h> #include <logging/log.h>
LOG_MODULE_REGISTER(counter_mchp_xec, CONFIG_PWM_LOG_LEVEL); LOG_MODULE_REGISTER(pwm_mchp_xec, CONFIG_PWM_LOG_LEVEL);
#include <pwm.h> #include <pwm.h>
#include <soc.h> #include <soc.h>