Blob Blame History Raw
From: Parav Pandit <parav@mellanox.com>
Date: Thu, 25 Jun 2020 22:59:41 -0700
Subject: net/mlx5: Avoid RDMA file inclusion in core driver
Patch-mainline: v5.9-rc1
Git-commit: 9205d7b1c1cffa827c23bdbf35e04c7cbe1e1f10
References: jsc#SLE-15172

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>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 include/linux/mlx5/cq.h |    1 -
 1 file changed, 1 deletion(-)

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