summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-27 21:03:39 +0000
committerngie <ngie@FreeBSD.org>2015-12-27 21:03:39 +0000
commit2b3df2528edce2933807a413a7cd6e9850d56fe6 (patch)
tree498a048c126a85dd81398c7e4b1bc878938bd131 /sys/dev/hyperv
parent1a7d083ff27716aea02215bbc33bf821d84addb7 (diff)
downloadFreeBSD-src-2b3df2528edce2933807a413a7cd6e9850d56fe6.zip
FreeBSD-src-2b3df2528edce2933807a413a7cd6e9850d56fe6.tar.gz
MFC r292661:
Remove redundant vmbus_select_outgoing_channel declaration already handled in include/hyperv.h This unbreaks the gcc 4.2.1 kernel build of hyperv Differential Revision: https://reviews.freebsd.org/D4684 Reviewed by: royger Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/vmbus/hv_channel_mgmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/hyperv/vmbus/hv_channel_mgmt.c b/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
index d13ece5..d17d696 100644
--- a/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
+++ b/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
@@ -53,8 +53,6 @@ static void vmbus_channel_on_gpadl_torndown(hv_vmbus_channel_msg_header* hdr);
static void vmbus_channel_on_offers_delivered(hv_vmbus_channel_msg_header* hdr);
static void vmbus_channel_on_version_response(hv_vmbus_channel_msg_header* hdr);
static void vmbus_channel_process_offer(void *context);
-struct hv_vmbus_channel*
- vmbus_select_outgoing_channel(struct hv_vmbus_channel *promary);
/**
* Channel message dispatch table
OpenPOWER on IntegriCloud