drivers: pm_cpu_ops: psci: remove redundant <soc.h> include

<soc.h> was not required.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-06-01 09:31:59 +02:00 committed by Carles Cufí
commit 46ee043a39

View file

@ -13,7 +13,6 @@ LOG_MODULE_REGISTER(psci);
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu.h>
#include <soc.h>
#include <zephyr/device.h>
#include <zephyr/init.h>