Fix a TDX minor issue

This commit is contained in:
Hsy-Intel 2024-11-01 22:11:39 -04:00 committed by Tate, Hongliang Tian
parent 7ddfd42baa
commit 50773de35f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use crate::{
error::Error,
events::IoEvents,
fs::{inode_handle::FileIo, utils::IoctlCmd},
process::signal::Poller,
process::signal::{Pollable, Poller},
};
const TDX_REPORTDATA_LEN: usize = 64;