intel_adsp: Do not include device_runtime header

Device runtime header is not needed in intel_adsp_ipc header.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-10-24 14:22:15 -07:00 committed by Carles Cufí
commit 76cb2a54f5

View file

@ -7,10 +7,7 @@
#include <intel_adsp_ipc_devtree.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#ifdef CONFIG_PM_DEVICE_RUNTIME
#include <zephyr/pm/device.h>
#include <zephyr/pm/device_runtime.h>
#endif
struct intel_adsp_ipc_config {
volatile struct intel_adsp_ipc *regs;