From: K. Y. Srinivasan Date: Sun, 18 Sep 2011 17:31:34 +0000 (-0700) Subject: Staging: hv: util: Properly handle util services in the util driver X-Git-Tag: v3.2-rc1~169^2^2~397 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e65f6e80593c316c5a65a71191fa480360f165d;p=pandora-kernel.git Staging: hv: util: Properly handle util services in the util driver Now, properly handle util services in the util driver and eliminate code that will not be necessary. In the current code, util services were all handled not as other vmbus devices (net, block) but rather through special handling (channel setup etc.). In this patch we handle all services using the standard Linux Driver Model. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed