DRIVER_REMOVE_FILE(9) | Device drivers infrastructure | DRIVER_REMOVE_FILE(9) |
NAME¶
driver_remove_file - remove sysfs file for driver.
SYNOPSIS¶
void driver_remove_file(struct device_driver * drv, const struct driver_attribute * attr);
ARGUMENTS¶
drv
driver.
attr
driver attribute descriptor.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |