From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: [PATCH 15/28] umad: Include umad.h in the canonical way Date: Mon, 5 Sep 2016 15:08:05 -0600 Message-ID: <1473109698-31408-16-git-send-email-jgunthorpe@obsidianresearch.com> References: <1473109698-31408-1-git-send-email-jgunthorpe@obsidianresearch.com> Return-path: In-Reply-To: <1473109698-31408-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Devesh Sharma , Hal Rosenstock , Mike Marciniszyn , Moni Shoua , Sean Hefty , Steve Wise , Tatyana Nikolova , Vladimir Sokolovsky , Yishai Hadas List-Id: linux-rdma@vger.kernel.org Should always be: #include Signed-off-by: Jason Gunthorpe --- libibumad/src/umad.c | 2 +- libibumad/tests/umad_reg2_compat.c | 2 +- libibumad/tests/umad_register2.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libibumad/src/umad.c b/libibumad/src/umad.c index 7b799f9512bb..a7879d385466 100644 --- a/libibumad/src/umad.c +++ b/libibumad/src/umad.c @@ -50,7 +50,7 @@ #include #include -#include "umad.h" +#include #define IB_OPENIB_OUI (0x001405) diff --git a/libibumad/tests/umad_reg2_compat.c b/libibumad/tests/umad_reg2_compat.c index 4f433062b57d..413a3bec6d58 100644 --- a/libibumad/tests/umad_reg2_compat.c +++ b/libibumad/tests/umad_reg2_compat.c @@ -39,7 +39,7 @@ #include #include -#include "umad.h" +#include #define UNLIKELY_MGMT_CLASS 0x2F #define UNLIKELY_RMPP_MGMT_CLASS 0x4F diff --git a/libibumad/tests/umad_register2.c b/libibumad/tests/umad_register2.c index 93692ee7a856..c2d7846038bd 100644 --- a/libibumad/tests/umad_register2.c +++ b/libibumad/tests/umad_register2.c @@ -41,7 +41,7 @@ #include #include -#include "umad.h" +#include #define UNLIKELY_MGMT_CLASS 0x2F #define UNLIKELY_RMPP_MGMT_CLASS 0x4F -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html