other versions
SYSFS_REMOVE_FILE_FR(9) | The Filesystem for Exporting K | SYSFS_REMOVE_FILE_FR(9) |
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¶
struct kobject * kobj
object we're acting for.
const struct attribute * attr
attribute descriptor.
const char * group
group name.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |