[PATCH] RDMA: Remove unnecessary struct declaration

From: Wan Jiabing
Date: Mon May 10 2021 - 02:29:03 EST


The declaration of struct ib_grh is uncessary here,
because it is defined at line 766.

Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>
---
include/rdma/ib_verbs.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 7e2f3699b898..18a7a786711f 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -2139,7 +2139,6 @@ struct ib_flow_action {
};

struct ib_mad;
-struct ib_grh;

enum ib_process_mad_flags {
IB_MAD_IGNORE_MKEY = 1,
--
2.20.1