diff options
author | Long Li <longli@microsoft.com> | 2022-11-03 22:16:25 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@nvidia.com> | 2022-11-10 08:57:26 +0300 |
commit | fd325cd648f15eb9a8b32a68de3bafc72bcfe753 (patch) | |
tree | 44ced9c756fbcf8d4c9433a4ab4210a27d699f1a /MAINTAINERS | |
parent | d44089e555ffe63a49cc6e94d0c03d933e413059 (diff) | |
download | linux-fd325cd648f15eb9a8b32a68de3bafc72bcfe753.tar.xz |
net: mana: Move header files to a common location
In preparation to add MANA RDMA driver, move all the required header files
to a common location for use by both Ethernet and RDMA drivers.
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Long Li <longli@microsoft.com>
Link: https://lore.kernel.org/r/1667502990-2559-8-git-send-email-longli@linuxonhyperv.com
Acked-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 379945f82a64..441a65d41eb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9541,6 +9541,7 @@ F: include/asm-generic/hyperv-tlfs.h F: include/asm-generic/mshyperv.h F: include/clocksource/hyperv_timer.h F: include/linux/hyperv.h +F: include/net/mana F: include/uapi/linux/hyperv.h F: net/vmw_vsock/hyperv_transport.c F: tools/hv/ |