| commit | 36b0360d17dc3928cc96347a18a3a1cdbb7e506d | [log] [tgz] |
|---|---|---|
| author | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:09 2010 -0600 |
| committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:10 2010 +0930 |
| tree | e963d162006f842a475435988eba04a579114f0d | |
| parent | 8f6d037815466cb25e7de8f00536eca71d94d4c3 [diff] |
module: fix sysfs cleanup for !CONFIG_SYSFS Restore the stub module_remove_modinfo_attrs, remove the now-unused !CONFIG_SYSFS module_sysfs_init. Also, rename mod_kobject_remove() to mod_sysfs_teardown() as it is the logical counterpart to mod_sysfs_setup now. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>