device_remove_file(9)
NAME
device_remove_file - remove sysfs attribute file.
SYNOPSIS
void device_remove_file(struct device * dev,
struct device_attribute * attr);
ARGUMENTS
- dev
- device.
- attr
- device attribute descriptor.
device_remove_file - remove sysfs attribute file.
void device_remove_file(struct device * dev,
struct device_attribute * attr);