Remove symlink in objects directory.
void sysfs_remove_link(struct kobject * kobj, const char * name);
kobj
object we're acting for.
name
name of the symlink to remove.