diff --git a/sys/arm64/irq.c b/sys/arm64/irq.c index 4cd8ebc..8b14af3 100644 --- a/sys/arm64/irq.c +++ b/sys/arm64/irq.c @@ -5,7 +5,7 @@ #include #include -#include +// #include LIST_HEAD(IRQHandlerList, IRQHandler); struct IRQHandlerList handlers[T_IRQ_LEN];