aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorParav Pandit <parav@mellanox.com>2020-06-25 22:59:41 -0700
committerSaeed Mahameed <saeedm@mellanox.com>2020-06-27 13:50:46 -0700
commit9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10 (patch)
tree9ad30802d5abdc5826402700051014c86a2453e2 /include/linux/mlx5
parentnet/mlx5: Add support in query QP, CQ and MKEY segments (diff)
downloadwireguard-linux-9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10.tar.xz
wireguard-linux-9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10.zip
net/mlx5: Avoid RDMA file inclusion in core driver
mlx5 cq.h does not depend on RDMA verbs. Remove RDMA verbs file inclusion. Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/cq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/cq.h b/include/linux/mlx5/cq.h
index b5a9399e07ee..7bfb67363434 100644
--- a/include/linux/mlx5/cq.h
+++ b/include/linux/mlx5/cq.h
@@ -33,7 +33,6 @@
#ifndef MLX5_CORE_CQ_H
#define MLX5_CORE_CQ_H
-#include <rdma/ib_verbs.h>
#include <linux/mlx5/driver.h>
#include <linux/refcount.h>