runtime: remove irq dependency

pull/1745/head
occheung 2021-08-17 11:46:49 +08:00
parent 36171f2c61
commit 01ca114c66
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ use core::cell::RefCell;
use core::convert::TryFrom;
use smoltcp::wire::IpCidr;
use board_misoc::{csr, irq, ident, clock, spiflash, config, net_settings};
use board_misoc::{csr, ident, clock, spiflash, config, net_settings};
#[cfg(has_ethmac)]
use board_misoc::ethmac;
#[cfg(has_drtio)]