diff options
author | Parav Pandit <parav@mellanox.com> | 2020-06-26 08:59:41 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2020-06-27 23:50:46 +0300 |
commit | 9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10 (patch) | |
tree | 9ad30802d5abdc5826402700051014c86a2453e2 /include/linux/mlx5/cq.h | |
parent | 608ca553c9a2008908120e0e45b1cfc4aefcfd49 (diff) | |
download | linux-9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10.tar.xz |
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/cq.h')
-rw-r--r-- | include/linux/mlx5/cq.h | 1 |
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> |