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
@ -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…
Reference in New Issue
Block a user