1. NAME

device_remove_bin_file - remove sysfs binary attribute file

2. SYNOPSIS

void device_remove_bin_file(struct device *  dev , const struct bin_attribute *  attr );

3. ARGUMENTS

dev
    device.

attr
    device binary attribute descriptor.

4. COPYRIGHT