From 7c6c2f5337b7fc77eed5b14636ef959c5873efdd Mon Sep 17 00:00:00 2001 From: Wan Jiabing Date: Mon, 10 May 2021 14:28:42 +0800 Subject: [PATCH] RDMA: Remove unnecessary struct declaration The declaration of struct ib_grh is uncessary here, because it is defined at line 766. Link: https://lore.kernel.org/r/20210510062843.15707-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing Reviewed-by: Leon Romanovsky Signed-off-by: Jason Gunthorpe --- 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 26fd964..05dbc21 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.7.4