drivers: intc: gic: add missing init.h
Driver uses SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
4105c0f100
commit
41deaeeea8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
* NOTE: This driver implements the GICv1 and GICv2 interfaces.
|
||||
*/
|
||||
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/sw_isr_table.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue