summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm_stm32.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm_stm32.h')
-rw-r--r--drivers/pwm/pwm_stm32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pwm/pwm_stm32.h b/drivers/pwm/pwm_stm32.h
index 6a53fed7b..98331c328 100644
--- a/drivers/pwm/pwm_stm32.h
+++ b/drivers/pwm/pwm_stm32.h
@@ -22,11 +22,7 @@ struct pwm_stm32_config {
#ifdef CONFIG_CLOCK_CONTROL_STM32_CUBE
struct stm32_pclken pclken;
#else
-#if defined(CONFIG_SOC_SERIES_STM32F1X)
clock_control_subsys_t clock_subsys;
-#elif defined(CONFIG_SOC_SERIES_STM32F4X)
- struct stm32f4x_pclken pclken;
-#endif
#endif /* CONFIG_CLOCK_CONTROL_STM32_CUBE */
};