Skip to content

Commit

Permalink
IB/cm: cm_msgs.h should include ib_cm.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Jul 11, 2007
1 parent 1d84612 commit 5d861be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/core/cm_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d861be

Please sign in to comment.