1DEVICE_REMOVE_FILE_S(9) Device drivers infrastructure DEVICE_REMOVE_FILE_S(9)
23
4
NAME
6device_remove_file_self - remove sysfs attribute file from its own
7method.
8
SYNOPSIS
10bool device_remove_file_self(struct device * dev,
11const struct device_attribute * attr);
12
ARGUMENTS
14dev
15device.
1617
attr
18device attribute descriptor.
19
DESCRIPTION
21See kernfs_remove_self for details.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 DEVICE_REMOVE_FILE_S(9)