From: Rusty Russell Date: Thu, 5 Aug 2010 18:59:09 +0000 (-0600) Subject: module: fix sysfs cleanup for !CONFIG_SYSFS X-Git-Tag: v2.6.36-rc1~549^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b0360d17dc3928cc96347a18a3a1cdbb7e506d;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed