diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-10-19 20:13:07 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-12-03 22:23:14 +0300 |
commit | 4d4099584c2c4dca6c04d78ded4cc81f50cc3634 (patch) | |
tree | 043b7fc28fff8c8e370cf4fbdace8b10d6b60d23 /drivers/infiniband/hw/hns/hns_roce_main.c | |
parent | 3b5184be89449275e5396512ab0127fc19ce359e (diff) | |
download | linux-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.tar.xz |
IB/hns: Move HNS RoCE user vendor structures
This patch moves HNS vendor's specific structures to
common UAPI folder which will be visible to all consumers.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_main.c')
-rw-r--r-- | drivers/infiniband/hw/hns/hns_roce_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_main.c b/drivers/infiniband/hw/hns/hns_roce_main.c index eddb053ff0ba..4953d9cb83a7 100644 --- a/drivers/infiniband/hw/hns/hns_roce_main.c +++ b/drivers/infiniband/hw/hns/hns_roce_main.c @@ -38,7 +38,7 @@ #include <rdma/ib_cache.h> #include "hns_roce_common.h" #include "hns_roce_device.h" -#include "hns_roce_user.h" +#include <rdma/hns-abi.h> #include "hns_roce_hem.h" /** |