[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210510062843.15707-1-wanjiabing@vivo.com>
Date: Mon, 10 May 2021 14:28:42 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Doug Ledford <dledford@...hat.com>, Jason Gunthorpe <jgg@...pe.ca>,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] RDMA: Remove unnecessary struct declaration
The declaration of struct ib_grh is uncessary here,
because it is defined at line 766.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
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
Powered by blists - more mailing lists