diff options
Diffstat (limited to 'lib/test_sort.c')
-rw-r--r-- | lib/test_sort.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/test_sort.c b/lib/test_sort.c index d389c1cc2f6c..385c0ed5202f 100644 --- a/lib/test_sort.c +++ b/lib/test_sort.c | |||
@@ -39,5 +39,11 @@ exit: | |||
39 | return err; | 39 | return err; |
40 | } | 40 | } |
41 | 41 | ||
42 | static void __exit test_sort_exit(void) | ||
43 | { | ||
44 | } | ||
45 | |||
42 | module_init(test_sort_init); | 46 | module_init(test_sort_init); |
47 | module_exit(test_sort_exit); | ||
48 | |||
43 | MODULE_LICENSE("GPL"); | 49 | MODULE_LICENSE("GPL"); |