virtio-blkd: remove repr(C) from the device config struct

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2023-08-23 15:09:51 +10:00
parent 6a5e9d2613
commit 9980fe6bb9
-1
View File
@@ -56,7 +56,6 @@ pub enum DeviceConfigTy {
BlkSize = 0x14,
}
#[repr(C)]
pub struct BlockDeviceConfig(Weak<dyn Transport>);
impl BlockDeviceConfig {