On Tue, Aug 23, 2022 at 02:51:31AM +0000, Daisuke Matsuda wrote: > rdma/ib_umem.h and rdma/ib_verbs.h are included by rdma/ib_umem_odp.h. > This patch removes the redundant entries. > > Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx> > --- > drivers/infiniband/core/umem_odp.c | 2 -- > drivers/infiniband/hw/mlx5/main.c | 3 +-- > drivers/infiniband/hw/mlx5/mem.c | 1 - > drivers/infiniband/hw/mlx5/mr.c | 2 -- > drivers/infiniband/hw/mlx5/odp.c | 1 - > 5 files changed, 1 insertion(+), 8 deletions(-) I have mixed feelings about this change. Thanks, applied.