dlm: add __init and __exit marks to init and exit functions
[pandora-kernel.git] / fs / dlm / memory.c
index 65e41e5..54c14c6 100644 (file)
@@ -18,7 +18,7 @@
 static struct kmem_cache *lkb_cache;
 
 
-int dlm_memory_init(void)
+int __init dlm_memory_init(void)
 {
        int ret = 0;