aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
diff options
context:
space:
mode:
authorZhu Yanjun <yanjun.zhu@oracle.com>2018-04-14 21:16:54 -0400
committerJason Gunthorpe <jgg@mellanox.com>2018-04-16 16:23:02 -0600
commit25d0e2db3d8f4f79fddd436dcc848d912e98b485 (patch)
treeef4d97aa8d20e161ac981b1f075a2467b28c6139 /drivers/infiniband/hw/mlx5/main.c
parentRDMA/ucma: ucma_context reference leak in error path (diff)
downloadlinux-dev-25d0e2db3d8f4f79fddd436dcc848d912e98b485.tar.xz
linux-dev-25d0e2db3d8f4f79fddd436dcc848d912e98b485.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/mlx5/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c
index daa919e5a442..6a749c02b14c 100644
--- a/drivers/infiniband/hw/mlx5/main.c
+++ b/drivers/infiniband/hw/mlx5/main.c
@@ -52,7 +52,6 @@
#include <linux/mlx5/port.h>
#include <linux/mlx5/vport.h>
#include <linux/mlx5/fs.h>
-#include <linux/mlx5/fs_helpers.h>
#include <linux/list.h>
#include <rdma/ib_smi.h>
#include <rdma/ib_umem.h>