aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-05-10 14:28:42 +0800
committerJason Gunthorpe <jgg@nvidia.com>2021-05-11 14:44:17 -0300
commit7c6c2f5337b7fc77eed5b14636ef959c5873efdd (patch)
tree9c6a228cd5b3f98f6916b58256070c0a2fb69aaf /include/rdma/ib_verbs.h
parentRDMA/core: Remove never used ib_modify_wq function call (diff)
downloadlinux-dev-7c6c2f5337b7fc77eed5b14636ef959c5873efdd.tar.xz
linux-dev-7c6c2f5337b7fc77eed5b14636ef959c5873efdd.zip
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 <wanjiabing@vivo.com> Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 26fd9649fcb5..05dbc216eb64 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,