Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3
Commit:     5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3
Parent:     1d84612649427a85e1f311baa7215f9a6252d856
Author:     Sean Hefty <[EMAIL PROTECTED]>
AuthorDate: Thu Jun 28 19:16:51 2007 -0700
Committer:  Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 21:50:53 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
---
 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to