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:
Jiafei Pan 2022-08-31 18:51:54 +08:00 committed by Carles Cufí
parent 97fe92d481
commit af0c47f7d8

View file

@ -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>