DEVICE_REMOVE_FILE
Section: Device drivers infrastructure (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
device_remove_file - remove sysfs attribute file.
 
SYNOPSIS
- 
void device_remove_file(struct device * dev, const struct device_attribute * attr);
ARGUMENTS
dev
- 
- device.
attr
- 
device attribute descriptor.
COPYRIGHT