Name
sysfs_remove_file — 
     remove an object attribute.
 
Synopsis
| void fsfuncsysfs_remove_file ( | struct kobject * kobj, | 
|  | const struct attribute * attr ); | 
 
Arguments
- kobj
- 
     object we're acting for.
     
- attr
- 
     attribute descriptor.
     
Description
   Hash the attribute name and kill the victim.