aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2018-12-10 15:27:59 +0800
committerJason Gunthorpe <[email protected]>2018-12-11 14:38:16 -0700
commitf94e02ddfd88a511ed64fb68905e35d727635fea (patch)
treef05aabdca704dcf8a53aa8d71ca3870a7162b846
parentd764970bcea34b2d907ef1b9fe29d09b17099552 (diff)
IB/mlx5: Remove duplicated include from mlx5_ib.h
Remove duplicated include. Signed-off-by: YueHaibing <[email protected]> Acked-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r--drivers/infiniband/hw/mlx5/mlx5_ib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/mlx5_ib.h b/drivers/infiniband/hw/mlx5/mlx5_ib.h
index 7145f512f948..8fd3de05cdba 100644
--- a/drivers/infiniband/hw/mlx5/mlx5_ib.h
+++ b/drivers/infiniband/hw/mlx5/mlx5_ib.h
@@ -41,7 +41,6 @@
#include <linux/mlx5/cq.h>
#include <linux/mlx5/fs.h>
#include <linux/mlx5/qp.h>
-#include <linux/mlx5/fs.h>
#include <linux/types.h>
#include <linux/mlx5/transobj.h>
#include <rdma/ib_user_verbs.h>