drivers: clock_control: remove soc.h from mcux_ccm
soc.h has been removed for ARM64 SoC platforms and it is also needed by ARM32, so remove it from related drivers. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
97fe92d481
commit
af0c47f7d8
|
@ -6,7 +6,6 @@
|
|||
|
||||
#define DT_DRV_COMPAT nxp_imx_ccm
|
||||
#include <errno.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/dt-bindings/clock/imx_ccm.h>
|
||||
|
|
Loading…
Reference in a new issue