drivers: timer: remove fsl_power.h for MCXN236

remove fsl_power.h in os_timer driver for MCXN236

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2024-08-08 14:01:25 +08:00 committed by Fabio Baltieri
parent 007499ac41
commit 19d6217118
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@
#include <zephyr/drivers/counter.h>
#include <zephyr/pm/pm.h>
#include "fsl_ostimer.h"
#ifndef CONFIG_SOC_MCXN236
#include "fsl_power.h"
#endif
#define CYC_PER_TICK ((uint32_t)((uint64_t)sys_clock_hw_cycles_per_sec() \
/ (uint64_t)CONFIG_SYS_CLOCK_TICKS_PER_SEC))