1. NAME

driver_remove_file - remove sysfs file for driver.

2. SYNOPSIS

void driver_remove_file(struct device_driver *  drv , const struct driver_attribute *  attr );

3. ARGUMENTS

drv
    driver.

attr
    driver attribute descriptor.

4. COPYRIGHT