1. NAME

sysfs_remove_bin_file - remove binary file for object.

2. SYNOPSIS

void sysfs_remove_bin_file(struct kobject *  kobj , const struct bin_attribute *  attr );

3. ARGUMENTS

kobj
    object.

attr
    attribute descriptor.

4. COPYRIGHT