Whamcloud - gitweb
Some architectures (like ppc) need linux/init.h to define things like
authorrread <rread>
Sat, 17 Aug 2002 22:02:33 +0000 (22:02 +0000)
committerrread <rread>
Sat, 17 Aug 2002 22:02:33 +0000 (22:02 +0000)
__init__

lustre/ldlm/ldlm_lockd.c

index 4828c9e..08d260e 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/lustre_dlm.h>
+#include <linux/init.h>
 
 extern kmem_cache_t *ldlm_resource_slab;
 extern kmem_cache_t *ldlm_lock_slab;