Browse Source

drivers: timer: remove fsl_power.h for MCXN series

Initial it was only removed for mcxn236 but mcnx947 would fail to
compile then

Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
pull/91661/head
Peter van der Perk 3 months ago committed by Anas Nashif
parent
commit
32d68bed22
  1. 2
      drivers/timer/mcux_os_timer.c

2
drivers/timer/mcux_os_timer.c

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
#include <zephyr/drivers/counter.h>
#include <zephyr/pm/pm.h>
#include "fsl_ostimer.h"
#ifndef CONFIG_SOC_MCXN236
#ifndef CONFIG_SOC_SERIES_MCXN
#include "fsl_power.h"
#endif

Loading…
Cancel
Save