remove uevent and netlink

This commit is contained in:
val213
2024-10-16 12:10:12 +08:00
parent d7be7deebc
commit 4a2b5932cc
32 changed files with 27 additions and 2540 deletions

View File

@ -11,7 +11,7 @@ use crate::{
base::{
class::Class,
device::{
bus::Bus, device_manager, driver::Driver, CommonAttrGroup, Device,
bus::Bus, device_manager, driver::Driver, Device,
DeviceCommonData, DeviceType, IdTable,
},
kobject::{KObjType, KObject, KObjectCommonData, KObjectState, LockedKObjectState},
@ -235,7 +235,7 @@ impl Device for FbConsoleDevice {
}
fn attribute_groups(&self) -> Option<&'static [&'static dyn AttributeGroup]> {
return Some(&[&AnonymousAttributeGroup, &CommonAttrGroup]);
return Some(&[&AnonymousAttributeGroup]);
}
fn dev_parent(&self) -> Option<Weak<dyn Device>> {