1DEVICE_REMOVE_BIN_FI(9) Device drivers infrastructure DEVICE_REMOVE_BIN_FI(9)
23
4
NAME
6device_remove_bin_file - remove sysfs binary attribute file
7
SYNOPSIS
9void device_remove_bin_file(struct device * dev,
10const struct bin_attribute * attr);
11
ARGUMENTS
13dev
14device.
1516
attr
17device binary attribute descriptor.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 DEVICE_REMOVE_BIN_FI(9)