hv: delete vmbus_get_debug_info()
[deliverable/linux.git] / include / linux / hyperv.h
index 332e80ce9b8af969d813389da9ad896f122a9cd9..c0e8faf40b354bf61f84239aa5e060bb9e0392f4 100644 (file)
@@ -899,11 +899,6 @@ enum vmbus_channel_state {
        CHANNEL_OPENED_STATE,
 };
 
-struct vmbus_channel_debug_info {
-       struct hv_ring_buffer_debug_info inbound;
-       struct hv_ring_buffer_debug_info outbound;
-};
-
 /*
  * Represents each channel msg on the vmbus connection This is a
  * variable-size data structure depending on the msg type itself
@@ -1169,9 +1164,6 @@ extern int vmbus_recvpacket_raw(struct vmbus_channel *channel,
                                     u64 *requestid);
 
 
-extern void vmbus_get_debug_info(struct vmbus_channel *channel,
-                                    struct vmbus_channel_debug_info *debug);
-
 extern void vmbus_ontimer(unsigned long data);
 
 struct hv_dev_port_info {
This page took 0.030118 seconds and 5 git commands to generate.