diff options
author | Michael Kelley <mikelley@microsoft.com> | 2019-05-30 00:14:00 +0000 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2019-07-08 19:06:27 -0400 |
commit | 765e33f5211ab620c117ff1ee0c4f38c10f7a973 (patch) | |
tree | b86ee04da8254bba9513903ac953348d40fe4164 /MAINTAINERS | |
parent | 674eecb3d35ab9531b49e2aceff1eeb142a850d6 (diff) | |
download | linux-765e33f5211ab620c117ff1ee0c4f38c10f7a973.tar.bz2 |
Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h
Break out parts of mshyperv.h that are ISA independent into a
separate file in include/asm-generic. This move facilitates
ARM64 code reusing these definitions and avoids code
duplication. No functionality or behavior is changed.
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d0ed735994a5..6118da4232cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7313,6 +7313,7 @@ F: drivers/iommu/hyperv_iommu.c F: net/vmw_vsock/hyperv_transport.c F: include/linux/hyperv.h F: include/uapi/linux/hyperv.h +F: include/asm-generic/mshyperv.h F: tools/hv/ F: Documentation/ABI/stable/sysfs-bus-vmbus |