rhashtable: allow to unload test module
[linux-block.git] / lib / test_rhashtable.c
index f6ce291b68e79f9af9b6ecdf506300f499987059..58b995323c44a8973dc2747e07da8913c6dd5cee 100644 (file)
@@ -223,6 +223,11 @@ static int __init test_rht_init(void)
        return err;
 }
 
+static void __exit test_rht_exit(void)
+{
+}
+
 module_init(test_rht_init);
+module_exit(test_rht_exit);
 
 MODULE_LICENSE("GPL v2");