sysfs_remove_link(9) 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.

COPYRIGHT