From: Greg Kroah-Hartman Date: Thu, 2 Dec 2010 16:50:58 +0000 (-0800) Subject: Staging: hv: remove GetChannelOffers vmbus_driver callback X-Git-Tag: v2.6.38-rc1~423^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6e882bada0ca7828347647c5b1091bf5f18fee;p=pandora-kernel.git 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 Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed