]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit2589f1887b0bf9f08ec3d7f3c5705ccb7c628076
tree172fcb59cf5a8b500aafe905a690ea4b439277c4
parentc47ed219ba81632595e9f02e27318151fec16c9e
Driver core: add ability for devices to create and remove bin files

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>
drivers/base/core.c
include/linux/device.h