1SYSFS_REMOVE_FILE(9) The Filesystem for Exporting K SYSFS_REMOVE_FILE(9)
23
4
NAME
6sysfs_remove_file - remove an object attribute.
7
SYNOPSIS
9void sysfs_remove_file(struct kobject * kobj,
10const struct attribute * attr);
11
ARGUMENTS
13kobj
14object we're acting for.
1516
attr
17attribute descriptor.
18
DESCRIPTION
20Hash the attribute name and kill the victim.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SYSFS_REMOVE_FILE(9)