aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-07-12 15:28:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-12 15:28:38 -0700
commit16c97650a56abdd067f7da079007b7e00b307083 (patch)
treee6e96a73f7b1d6d963fed99ad0c2fe6bf77aa545 /drivers/hv
parentMerge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping (diff)
parentDrivers: hv: vmbus: Break out ISA independent parts of mshyperv.h (diff)
downloadlinux-dev-16c97650a56abdd067f7da079007b7e00b307083.tar.xz
linux-dev-16c97650a56abdd067f7da079007b7e00b307083.zip
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull hyper-v updates from Sasha Levin: - Add a module description to the Hyper-V vmbus module. - Rework some vmbus code to separate architecture specifics out to arch/x86/. This is part of the work of adding arm64 support to Hyper-V. * tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h drivers: hv: Add a module description line to the hv_vmbus driver
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/vmbus_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index 72d5a7cde7ea..894da5abdc55 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -2163,6 +2163,7 @@ static void __exit vmbus_exit(void)
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Microsoft Hyper-V VMBus Driver");
subsys_initcall(hv_acpi_init);
module_exit(vmbus_exit);