From: Kay Sievers Date: Fri, 2 Nov 2007 12:47:53 +0000 (+0100) Subject: Driver Core: add kobj_attribute handling X-Git-Tag: v2.6.25-rc1~1243^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b5212cc7422f475b82124334b64277b5b43013;p=pandora-kernel.git Driver Core: add kobj_attribute handling Add kobj_sysfs_ops to replace subsys_sysfs_ops. There is no need for special kset operations, we want to be able to use simple attribute operations at any kobject, not only ksets. The whole concept of any default sysfs attribute operations will go away with the upcoming removal of subsys_sysfs_ops. Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed