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:
parent
cdb36fdbd6
commit
1b361f9832
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(pcie, LOG_LEVEL_ERR);
|
||||
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/sys/check.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue