RDMA: switch from 'pci_' to 'dma_' API
[linux-2.6-microblaze.git] / lib / test_string.c
index 7b31f4a..9dfd6f5 100644 (file)
@@ -179,6 +179,10 @@ static __init int strnchr_selftest(void)
        return 0;
 }
 
+static __exit void string_selftest_remove(void)
+{
+}
+
 static __init int string_selftest_init(void)
 {
        int test, subtest;
@@ -216,4 +220,5 @@ fail:
 }
 
 module_init(string_selftest_init);
+module_exit(string_selftest_remove);
 MODULE_LICENSE("GPL v2");