From: Andi Kleen Date: Tue, 5 Jan 2010 11:48:02 +0000 (+0100) Subject: sysfs: Add attribute array to sysdev classes X-Git-Tag: v2.6.34-rc1~1^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38457ab3a0d36320370c715145ba6da514127194;p=pandora-kernel.git sysfs: Add attribute array to sysdev classes Add a attribute array that is automatically registered and unregistered to struct sysdev_class. This is similar to what struct class has. A lot of drivers add list of attributes, so it's better to do this easily in the common sysdev layer. This adds a new field to struct sysdev_class. I audited the whole tree and there are no dynamically allocated sysdev classes, so this is fully compatible. Signed-off-by: Andi Kleen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed