kernel: remove unused import

core0-buffer
Sebastien Bourdeauducq 2020-04-30 19:33:45 +08:00
parent 656222ff06
commit ece60ea898
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use core::{ptr, mem};
use log::{debug, error};
use alloc::{vec, vec::Vec, sync::Arc};
use alloc::{vec::Vec, sync::Arc};
use libcortex_a9::{mutex::Mutex, sync_channel::{self, sync_channel}};
use libsupport_zynq::boot::Core1;