ipc: rpmsg_service: s/device.h/init.h

Because module uses init.h APIs (SYS_INIT), not device.h.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-09-05 10:35:24 +02:00 committed by Fabio Baltieri
parent b7ff64d91c
commit 95cac89b4e

View file

@ -9,7 +9,7 @@
#include "rpmsg_backend.h"
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/logging/log.h>
#include <openamp/open_amp.h>