Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

IB/mlx5: remove duplicate header file

The header file fs_helpers.h is included twice. So it should be removed.

Fixes: 802c2125689d ("IB/mlx5: Add IPsec support for egress and ingress")
CC: Srinivas Eeda <srinivas.eeda@oracle.com>
CC: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Acked-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

authored by

Zhu Yanjun and committed by
Jason Gunthorpe
25d0e2db ef95a90a

-1
-1
drivers/infiniband/hw/mlx5/main.c
··· 52 52 #include <linux/mlx5/port.h> 53 53 #include <linux/mlx5/vport.h> 54 54 #include <linux/mlx5/fs.h> 55 - #include <linux/mlx5/fs_helpers.h> 56 55 #include <linux/list.h> 57 56 #include <rdma/ib_smi.h> 58 57 #include <rdma/ib_umem.h>