From: Daniel Borkmann Date: Thu, 19 Feb 2015 23:53:39 +0000 (+0100) Subject: rhashtable: allow to unload test module X-Git-Tag: omap-for-v4.1/wl12xx-dt~68^2~67 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd0c1655be26345960a6bae574c7dc4648611d3;p=pandora-kernel.git rhashtable: allow to unload test module There's no good reason why to disallow unloading of the rhashtable test case module. Commit 9d6dbe1bbaf8 moved the code from a boot test into a stand-alone module, but only converted the subsys_initcall() handler into a module_init() function without a related exit handler, and thus preventing the test module from unloading. Fixes: 9d6dbe1bbaf8 ("rhashtable: Make selftest modular") Signed-off-by: Daniel Borkmann Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed