Staging: hv: remove GetChannelOffers vmbus_driver callback
commit2d6e882bada0ca7828347647c5b1091bf5f18fee
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Dec 2010 16:50:58 +0000 (2 08:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Dec 2010 16:50:58 +0000 (2 08:50 -0800)
treeb169dbf406b0dfbcf88350e11f0d0a8ffe4aee10
parentc722bd3e2cb92be7afec346894faa29605436c1a
Staging: hv: remove GetChannelOffers vmbus_driver callback

It's only ever set to one function, so just call that function instead.
Actually, that wrapper function only ever called vmbus_request_offers()
so just call that function instead, no need for a do-nothing
intermediate step here.

Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vmbus.c
drivers/staging/hv/vmbus_api.h
drivers/staging/hv/vmbus_drv.c