diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 16:31:16 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 22:54:37 +0200 |
commit | c546b2a3b6612a9fa09940a13844ef384683db6e (patch) | |
tree | be810fffa3d9b3271b2287ff0c5facae2515f2a2 /drivers/infiniband/hw/nes/nes.h | |
parent | IB/ocrdma: Move user vendor structures (diff) | |
download | linux-c546b2a3b6612a9fa09940a13844ef384683db6e.tar.xz linux-c546b2a3b6612a9fa09940a13844ef384683db6e.zip |
IB/nes: Move user vendor structures
This patch moves nes vendor's specific structures to
common UAPI folder which will be visible to all consumers.
These structures are used by user-space library driver
(libmlx4) 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/nes/nes.h')
-rw-r--r-- | drivers/infiniband/hw/nes/nes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes.h b/drivers/infiniband/hw/nes/nes.h index bd9d132f11c7..e7430c9254d3 100644 --- a/drivers/infiniband/hw/nes/nes.h +++ b/drivers/infiniband/hw/nes/nes.h @@ -165,7 +165,7 @@ do { \ #include "nes_hw.h" #include "nes_verbs.h" #include "nes_context.h" -#include "nes_user.h" +#include <rdma/nes-abi.h> #include "nes_cm.h" #include "nes_mgt.h" |