diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-14 08:26:17 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-14 08:26:17 +0000 |
commit | c48617893ce77d83a6d898042b7ce3c0e5774512 (patch) | |
tree | 8b29490b12ad7d463ea2aa3ca507941822659f0f /sys/modules/hyperv | |
parent | 204047930bc7651ce19b639b04c460a6f708943d (diff) | |
download | FreeBSD-src-c48617893ce77d83a6d898042b7ce3c0e5774512.zip FreeBSD-src-c48617893ce77d83a6d898042b7ce3c0e5774512.tar.gz |
MFC 302692
hyperv/vmbus: Merge hv_connection.c into hv_channel.c
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7004
Diffstat (limited to 'sys/modules/hyperv')
-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 ed97bc4..bf432cf 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -6,7 +6,6 @@ KMOD= hv_vmbus SRCS= hv_channel.c \ hv_channel_mgmt.c \ - hv_connection.c \ hv_ring_buffer.c \ hyperv.c \ hyperv_busdma.c \ |