device_remove_file_self(9) remove sysfs attribute file from its own method.

SYNOPSIS

bool device_remove_file_self(struct device * dev, const struct device_attribute * attr);

ARGUMENTS

dev

device.

attr

device attribute descriptor.

DESCRIPTION

See kernfs_remove_self for details.

COPYRIGHT