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: v4.13~37404^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5d861be8c87b8a8f8e0f58b3b8864f31da7ee9c3;p=mirror_ubuntu-bionic-kernel.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 4d3aee90c249..aec9c7af825d 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