diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 17:31:11 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 16:54:34 -0400 |
commit | 3085e29e2f832cbf77ddeeffe715809a31254b5f (patch) | |
tree | 06ee2da9f806241efee6e705023dbb5caf4762e7 /drivers/infiniband/hw/mlx5/cq.c | |
parent | bd99fdea420b00925e9b83a50f2ccc5e1f07ef7d (diff) | |
download | op-kernel-dev-3085e29e2f832cbf77ddeeffe715809a31254b5f.zip op-kernel-dev-3085e29e2f832cbf77ddeeffe715809a31254b5f.tar.gz |
IB/mlx5: Move and decouple user vendor structures
This patch decouples and moves vendors specific structures to
common UAPI folder which will be visible to all consumers.
These structures are used by user-space library driver
(libmlx5) and currently manually copied to that library.
This move will allow cross-compile against these files and
simplify introduction of vendor specific data.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/cq.c')
-rw-r--r-- | drivers/infiniband/hw/mlx5/cq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/cq.c b/drivers/infiniband/hw/mlx5/cq.c index 35a9f71..1188fef 100644 --- a/drivers/infiniband/hw/mlx5/cq.c +++ b/drivers/infiniband/hw/mlx5/cq.c @@ -35,7 +35,6 @@ #include <rdma/ib_user_verbs.h> #include <rdma/ib_cache.h> #include "mlx5_ib.h" -#include "user.h" static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq) { |