diff options
| author | Sean Hefty <sean.hefty@intel.com> | 2007-06-28 22:16:51 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2007-07-11 00:50:53 -0400 |
| commit | 5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3 (patch) | |
| tree | 79696e03f05424e4ced522f40435e8dfed13dfc7 | |
| parent | 1d84612649427a85e1f311baa7215f9a6252d856 (diff) | |
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>
| -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 4d3aee90c249..aec9c7af825d 100644 --- a/drivers/infiniband/core/cm_msgs.h +++ b/drivers/infiniband/core/cm_msgs.h | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | #define CM_MSGS_H | 35 | #define CM_MSGS_H |
| 36 | 36 | ||
| 37 | #include <rdma/ib_mad.h> | 37 | #include <rdma/ib_mad.h> |
| 38 | #include <rdma/ib_cm.h> | ||
| 38 | 39 | ||
| 39 | /* | 40 | /* |
| 40 | * Parameters to routines below should be in network-byte order, and values | 41 | * Parameters to routines below should be in network-byte order, and values |
