Commit 7c6c2f53 authored by Wan Jiabing's avatar Wan Jiabing Committed by Jason Gunthorpe
Browse files

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: default avatarWan Jiabing <wanjiabing@vivo.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@nvidia.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 16149edd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2139,7 +2139,6 @@ struct ib_flow_action {
};

struct ib_mad;
struct ib_grh;

enum ib_process_mad_flags {
	IB_MAD_IGNORE_MKEY	= 1,