Author: ngie
Date: Wed Dec 23 17:37:30 2015
New Revision: 292661
URL: https://svnweb.freebsd.org/changeset/base/292661

Log:
  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
  MFC after: 3 days
  Reviewed by: royger
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c

Modified: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
==============================================================================
--- head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Wed Dec 23 16:32:04 2015        
(r292660)
+++ head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Wed Dec 23 17:37:30 2015        
(r292661)
@@ -50,8 +50,6 @@ static void vmbus_channel_on_gpadl_tornd
 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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to