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:
parent
007499ac41
commit
19d6217118
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue