]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 12 Feb 2010 21:41:56 +0000 (13:41 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:51 +0000 (17:04 -0800)
commita26e1b93ea00473f07983525082cddc8ee444b1b
tree332cd308be3b0bfb6421c0af6a0ad6e1331b0880
parent2ff257e39800941f1d8d7499d642398e4f1c425f
sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes

A little more whack-a-mole annotating the dynamic sysfs attributes.  I
had everything built into my earlier test kernel, and so I missed
these.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/module.c