1. NAME

device_remove_file - remove sysfs attribute file.

2. SYNOPSIS

void device_remove_file(struct device *  dev , const struct device_attribute *  attr );

3. ARGUMENTS

dev
    device.

attr
    device attribute descriptor.

4. COPYRIGHT