Whamcloud - gitweb
LU-2675 build: assume __linux__ and __KERNEL__
[fs/lustre-release.git] / lustre / include / linux / lustre_dlm.h
index ff4ddc4..4160dc9 100644 (file)
 #error Do not #include this file directly. #include <lprocfs_status.h> instead
 #endif
 
-#ifdef __KERNEL__
-# include <linux/proc_fs.h>
-# include <asm/processor.h>
-# include <linux/bit_spinlock.h>
-#endif
+#include <linux/proc_fs.h>
+#include <asm/processor.h>
+#include <linux/bit_spinlock.h>
 
 #endif