浏览代码

IB/cm: cm_msgs.h should include ib_cm.h

cm_msgs.h uses definitions from ib_cm.h.  Include it directly, rather
than depending on a specific include order.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Sean Hefty 18 年之前
父节点
当前提交
5d861be8c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/infiniband/core/cm_msgs.h

+ 1 - 0
drivers/infiniband/core/cm_msgs.h

@@ -35,6 +35,7 @@
 #define CM_MSGS_H
 #define CM_MSGS_H
 
 
 #include <rdma/ib_mad.h>
 #include <rdma/ib_mad.h>
+#include <rdma/ib_cm.h>
 
 
 /*
 /*
  * Parameters to routines below should be in network-byte order, and values
  * Parameters to routines below should be in network-byte order, and values