1. NAME

sysfs_remove_file - remove an object attribute.

2. SYNOPSIS

void sysfs_remove_file(struct kobject *  kobj , const struct attribute *  attr );

3. ARGUMENTS

kobj
    object weAqre acting for.

attr
    attribute descriptor.

4. DESCRIPTION

Hash the attribute name and kill the victim.

5. COPYRIGHT