Driver core: add ability for devices to create and remove bin files
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Sep 2006 16:39:19 +0000 (09:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Sep 2006 04:08:39 +0000 (21:08 -0700)
Makes it easier for devices to create and remove binary attribute files
so they don't have to call directly into sysfs.  This is needed to help
with the conversion from struct class_device to struct device.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found