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:
parent
7827441681
commit
76cb2a54f5
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue