Name
device_remove_file_self —
remove sysfs attribute file from its own method.
Synopsis
bool device_remove_file_self ( | struct device * dev, |
| const struct device_attribute * attr) ; |
Arguments
dev
device.
attr
device attribute descriptor.
Description
See kernfs_remove_self
for details.