Very much not a functional change Signed-off-by: Alejandro Vallejo <agarc...@amd.com> --- xen/arch/riscv/include/asm/intc.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/xen/arch/riscv/include/asm/intc.h b/xen/arch/riscv/include/asm/intc.h index 52ba196d87..81f74736ba 100644 --- a/xen/arch/riscv/include/asm/intc.h +++ b/xen/arch/riscv/include/asm/intc.h @@ -8,6 +8,8 @@ #ifndef ASM__RISCV__INTERRUPT_CONTOLLER_H #define ASM__RISCV__INTERRUPT_CONTOLLER_H +struct dt_device_node; + enum intc_version { INTC_APLIC, }; -- 2.43.0