diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-11 08:41:27 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-11 08:41:27 +0000 |
commit | 72fc6ab1c9bf76a4e2ba0babc21558f19e6c99b6 (patch) | |
tree | d8e62a04ec8c54b0cc98bd413ae74d7affafb34a /sys/modules | |
parent | 614555ab94f6e0390ebecd170041cf5cba4ec90b (diff) | |
download | FreeBSD-src-72fc6ab1c9bf76a4e2ba0babc21558f19e6c99b6.zip FreeBSD-src-72fc6ab1c9bf76a4e2ba0babc21558f19e6c99b6.tar.gz |
MFC 302864
hyperv/vmbus: Merge hv_channel_mgmt.c into hv_channel.c
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7126
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index c817cec..df83d0a 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -5,7 +5,6 @@ KMOD= hv_vmbus SRCS= hv_channel.c \ - hv_channel_mgmt.c \ hv_ring_buffer.c \ hyperv.c \ hyperv_busdma.c \ |