linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mlx5-next 1/3] net/mlx5: Avoid RDMA file inclusion in core driver
@ 2020-06-26  5:59 Saeed Mahameed
  2020-06-26  5:59 ` [PATCH mlx5-next 2/3] net/mlx5: Avoid eswitch header inclusion in fs core layer Saeed Mahameed
  2020-06-26  5:59 ` [PATCH mlx5-next 3/3] net/mlx5: kTLS, Improve TLS params layout structures Saeed Mahameed
  0 siblings, 2 replies; 3+ messages in thread
From: Saeed Mahameed @ 2020-06-26  5:59 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky; +Cc: netdev, linux-rdma, Parav Pandit

From: Parav Pandit <parav@mellanox.com>

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>
---
 include/linux/mlx5/cq.h | 1 -
 1 file changed, 1 deletion(-)

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>
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-26  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26  5:59 [PATCH mlx5-next 1/3] net/mlx5: Avoid RDMA file inclusion in core driver Saeed Mahameed
2020-06-26  5:59 ` [PATCH mlx5-next 2/3] net/mlx5: Avoid eswitch header inclusion in fs core layer Saeed Mahameed
2020-06-26  5:59 ` [PATCH mlx5-next 3/3] net/mlx5: kTLS, Improve TLS params layout structures Saeed Mahameed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).