Name
sysfs_remove_file_from_group —
remove an attribute file from a group.
Synopsis
void sysfs_remove_file_from_group
(struct kobject * kobj, const struct attribute * attr, const char * group);
Arguments
- kobj
object we're acting for.
- attr
attribute descriptor.
- group
group name.