From: Wan Jiabing Date: Mon, 10 May 2021 06:28:42 +0000 (+0800) Subject: RDMA: Remove unnecessary struct declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c6c2f5337b7fc77eed5b14636ef959c5873efdd;p=linux.git 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 --- diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 26fd9649fcb52..05dbc216eb646 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,