]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/hv/channel.c
hv: delete vmbus_get_debug_info()
[karo-tx-linux.git] / drivers / hv / channel.c
index 75c26da3e01127e9e98278be20854593c58cc374..94d54591b2265cca6b6470dbae4ee3184af00192 100644 (file)
@@ -59,16 +59,6 @@ static void vmbus_setevent(struct vmbus_channel *channel)
        }
 }
 
-/*
- * vmbus_get_debug_info -Retrieve various channel debug info
- */
-void vmbus_get_debug_info(struct vmbus_channel *channel,
-                             struct vmbus_channel_debug_info *debuginfo)
-{
-       hv_ringbuffer_get_debuginfo(&channel->inbound, &debuginfo->inbound);
-       hv_ringbuffer_get_debuginfo(&channel->outbound, &debuginfo->outbound);
-}
-
 /*
  * vmbus_open - Open the specified channel.
  */