From 12e30f16c968f43a5a800dda38a8da19d29235c9 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:35:01 -0600 Subject: [PATCH] treewide: use full path to pwm.h header The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot --- drivers/pwm/pwm_mchp_xec.c | 2 +- drivers/pwm/pwm_mcux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pwm/pwm_mchp_xec.c b/drivers/pwm/pwm_mchp_xec.c index 92e9f6865c1..b7a030c0abe 100644 --- a/drivers/pwm/pwm_mchp_xec.c +++ b/drivers/pwm/pwm_mchp_xec.c @@ -9,7 +9,7 @@ #include LOG_MODULE_REGISTER(pwm_mchp_xec, CONFIG_PWM_LOG_LEVEL); -#include +#include #include #include diff --git a/drivers/pwm/pwm_mcux.c b/drivers/pwm/pwm_mcux.c index 5bbaf59a3d4..0c17a464eb8 100644 --- a/drivers/pwm/pwm_mcux.c +++ b/drivers/pwm/pwm_mcux.c @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include #include