diff options
-rw-r--r-- | lib/test_rhashtable.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/test_rhashtable.c b/lib/test_rhashtable.c index f6ce291b68e7..58b995323c44 100644 --- a/lib/test_rhashtable.c +++ b/lib/test_rhashtable.c | |||
@@ -223,6 +223,11 @@ static int __init test_rht_init(void) | |||
223 | return err; | 223 | return err; |
224 | } | 224 | } |
225 | 225 | ||
226 | static void __exit test_rht_exit(void) | ||
227 | { | ||
228 | } | ||
229 | |||
226 | module_init(test_rht_init); | 230 | module_init(test_rht_init); |
231 | module_exit(test_rht_exit); | ||
227 | 232 | ||
228 | MODULE_LICENSE("GPL v2"); | 233 | MODULE_LICENSE("GPL v2"); |