diff mbox

[01/32] libibumad: include umad_str.h in umad_str.c

Message ID 1476381095-20041-2-git-send-email-hch@lst.de (mailing list archive)
State Accepted
Headers show

Commit Message

Christoph Hellwig Oct. 13, 2016, 5:51 p.m. UTC
So that we have the prototypes available in the implementation file
and do get proper type checking for them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 libibumad/umad_str.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Hal Rosenstock Oct. 13, 2016, 7:58 p.m. UTC | #1
On 10/13/2016 1:51 PM, Christoph Hellwig wrote:
> So that we have the prototypes available in the implementation file
> and do get proper type checking for them.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Reviewed-by: Hal Rosenstock <hal@mellanox.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/libibumad/umad_str.c b/libibumad/umad_str.c
index 79d51af..d4832e1 100644
--- a/libibumad/umad_str.c
+++ b/libibumad/umad_str.c
@@ -40,6 +40,7 @@ 
 #include <infiniband/umad_sm.h>
 #include <infiniband/umad_sa.h>
 #include <infiniband/umad_cm.h>
+#include "umad_str.h"
 
 const char * umad_class_str(uint8_t mgmt_class)
 {