mirror of https://gitee.com/openkylin/linux.git
net/mlx5: Remove not-used lib/eq.h header file
lib/eq.h is needed for EQ manipulation which are not performed in SRQ. Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
This commit is contained in:
parent
5b5f0f1627
commit
26d1164dff
|
@ -11,7 +11,6 @@
|
|||
#include <rdma/ib_verbs.h>
|
||||
#include <linux/mlx5/transobj.h>
|
||||
#include "mlx5_core.h"
|
||||
#include "lib/eq.h"
|
||||
|
||||
static int srq_event_notifier(struct notifier_block *nb,
|
||||
unsigned long type, void *data)
|
||||
|
|
Loading…
Reference in New Issue