]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
debugfs: remove module_exit()
authorAmerigo Wang <amwang@redhat.com>
Tue, 18 Jan 2011 21:09:21 +0000 (13:09 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Feb 2011 23:39:17 +0000 (15:39 -0800)
commit1f7da214e26a8ee4fbb66af50e27147d5d115c5a
tree196b3a7422eb5284d099239d414dba2e475dd2a7
parent345279bc105e5a331ee81b0e8446b61f2c155784
debugfs: remove module_exit()

debugfs can't be a module, so module_exit() is meaningless for it.

Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/debugfs/inode.c