diff mbox series

[mlx5-next,1/3] net/mlx5: Avoid RDMA file inclusion in core driver

Message ID 20200626055943.99943-1-saeedm@mellanox.com (mailing list archive)
State Not Applicable
Headers show
Series mlx5 next updates 2020-06-25 | expand

Commit Message

Saeed Mahameed June 26, 2020, 5:59 a.m. UTC
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 mbox series

Patch

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>