sysfs_remove_link (9) Linux Manual Page
sysfs_remove_link – remove symlink in object’s directory.
Synopsis
void sysfs_remove_link(struct kobject *kobj, const char *name);
Arguments
kobj
-
- object we’re acting for.
name
- name of the symlink to remove.
