mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
608ca553c9
commit
9205d7b1c1
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue