diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 10:31:15 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 16:54:36 -0400 |
commit | a7fe7380f6b234f207a599c9ffbaae6c1a574634 (patch) | |
tree | dd620b40e817e77ee46423bc6867ce278887ae8c /MAINTAINERS | |
parent | 9ce28a20eec551cfc032c87cd31a05c14d11155d (diff) |
IB/ocrdma: Move user vendor structures
This patch moves ocrdma 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.
In addition, it changes types to be __uXX instead of uXX.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Acked-By: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0af558f501cf..940c0ff03f3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10601,6 +10601,7 @@ L: linux-rdma@vger.kernel.org | |||
10601 | W: http://www.emulex.com | 10601 | W: http://www.emulex.com |
10602 | S: Supported | 10602 | S: Supported |
10603 | F: drivers/infiniband/hw/ocrdma/ | 10603 | F: drivers/infiniband/hw/ocrdma/ |
10604 | F: include/uapi/rdma/ocrdma-abi.h | ||
10604 | 10605 | ||
10605 | SFC NETWORK DRIVER | 10606 | SFC NETWORK DRIVER |
10606 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> | 10607 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |