Whamcloud - gitweb
LU-5140 build: Make ko2iblnd buildable with Mellanox and newer kernels
[fs/lustre-release.git] / lnet / klnds / o2iblnd / o2iblnd.h
index f5edc51..26524f5 100644 (file)
 #include <net/sock.h>
 #include <linux/in.h>
 
-#define DEBUG_SUBSYSTEM S_LND
-
-#include <libcfs/libcfs.h>
-#include <lnet/lnet.h>
-#include <lnet/lib-lnet.h>
-
 #ifdef HAVE_COMPAT_RDMA
 #include <linux/compat-2.6.h>
 #endif
 #include <rdma/ib_verbs.h>
 #include <rdma/ib_fmr_pool.h>
 
+#define DEBUG_SUBSYSTEM S_LND
+
+#include <libcfs/libcfs.h>
+#include <lnet/lnet.h>
+#include <lnet/lib-lnet.h>
+
 #define IBLND_PEER_HASH_SIZE           101     /* # peer lists */
 /* # scheduler loops before reschedule */
 #define IBLND_RESCHED                  100