diff options
author | Sean Hefty <sean.hefty@intel.com> | 2007-06-28 19:16:51 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-07-10 21:50:53 -0700 |
commit | 5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3 (patch) | |
tree | 79696e03f05424e4ced522f40435e8dfed13dfc7 /drivers/infiniband | |
parent | 1d84612649427a85e1f311baa7215f9a6252d856 (diff) | |
download | op-kernel-dev-5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3.zip op-kernel-dev-5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3.tar.gz |
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>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/core/cm_msgs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/cm_msgs.h b/drivers/infiniband/core/cm_msgs.h index 4d3aee9..aec9c7a 100644 --- a/drivers/infiniband/core/cm_msgs.h +++ b/drivers/infiniband/core/cm_msgs.h @@ -35,6 +35,7 @@ #define CM_MSGS_H #include <rdma/ib_mad.h> +#include <rdma/ib_cm.h> /* * Parameters to routines below should be in network-byte order, and values |