From: Sean Hefty Date: Fri, 29 Jun 2007 02:16:51 +0000 (-0700) Subject: IB/cm: cm_msgs.h should include ib_cm.h X-Git-Tag: v2.6.23-rc1~1085^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/core/cm_msgs.h b/drivers/infiniband/core/cm_msgs.h index 4d3aee90c24..aec9c7af825 100644 --- a/drivers/infiniband/core/cm_msgs.h +++ b/drivers/infiniband/core/cm_msgs.h @@ -35,6 +35,7 @@ #define CM_MSGS_H #include +#include /* * Parameters to routines below should be in network-byte order, and values