1DEVICE_REMOVE_FILE(9) Device drivers infrastructure DEVICE_REMOVE_FILE(9)
23
4
NAME
6device_remove_file - remove sysfs attribute file.
7
SYNOPSIS
9void device_remove_file(struct device * dev,
10struct device_attribute * attr);
11
ARGUMENTS
13dev
14device.
1516
attr
17device attribute descriptor.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 DEVICE_REMOVE_FILE(9)