drivers: pcie: host: add missing init.h

File was using SYS_INIT from init.h.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-08-29 12:33:21 +02:00 committed by Fabio Baltieri
commit 1b361f9832

View file

@ -8,6 +8,7 @@
#include <zephyr/logging/log.h> #include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(pcie, LOG_LEVEL_ERR); LOG_MODULE_REGISTER(pcie, LOG_LEVEL_ERR);
#include <zephyr/init.h>
#include <zephyr/kernel.h> #include <zephyr/kernel.h>
#include <zephyr/device.h> #include <zephyr/device.h>
#include <zephyr/sys/check.h> #include <zephyr/sys/check.h>