git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6d037
)
module: fix sysfs cleanup for !CONFIG_SYSFS
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Aug 2010 18:59:09 +0000
(12:59 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Aug 2010 03:29:10 +0000
(12:59 +0930)
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>
No differences found