hv: delete vmbus_get_debug_info()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Sep 2013 18:32:59 +0000 (11:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 16:01:17 +0000 (09:01 -0700)
commit2c9be3eacc39948af2341595322c014833699ac5
tree3d63dd025005f923ec4daa9ec9052494ee41ed7e
parent4947c7453b184bc33a0056cf95af61c3cad11ef6
hv: delete vmbus_get_debug_info()

It's only used once, only contains 2 function calls, so just make those
calls directly, deleting the function, and the now unneeded structure
entirely.

Tested-by: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel.c
drivers/hv/vmbus_drv.c
include/linux/hyperv.h
This page took 0.028566 seconds and 5 git commands to generate.