Skip to content
Snippets Groups Projects
Commit f71894db authored by Robert Read's avatar Robert Read
Browse files

Some architectures (like ppc) need linux/init.h to define things like

__init__
parent 670a3dfa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment