Whamcloud - gitweb
revert bz-14390 commit which is causing build failures on buffalo.
[fs/lustre-release.git] / lnet / libcfs / user-prim.c
index 2dad1b3..d363718 100644 (file)
@@ -276,6 +276,13 @@ void cfs_mem_cache_free(cfs_mem_cache_t *c, void *addr)
         cfs_free(addr);
 }
 
+/*
+ * This uses user-visible declarations from <linux/kdev_t.h>
+ */
+#ifdef __linux__
+#include <linux/kdev_t.h>
+#endif
+
 void cfs_enter_debugger(void)
 {
         /*