From: Kay Sievers Date: Fri, 2 Nov 2007 12:47:53 +0000 (+0100) Subject: Driver Core: kill subsys_attribute and default sysfs ops X-Git-Tag: v2.6.25-rc1~1243^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000f2a4d8cfc1e1cbc0aa98136015e7ae7719b46;p=pandora-kernel.git Driver Core: kill subsys_attribute and default sysfs ops Remove the no longer needed subsys_attributes, they are all converted to the more sensical kobj_attributes. There is no longer a magic fallback in sysfs attribute operations, all kobjects which create simple attributes need explicitely a ktype assigned, which tells the core what was intended here. Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed