From: Haiyang Zhang Date: Wed, 8 Sep 2010 20:29:45 +0000 (+0000) Subject: staging: hv: Convert vmbus driver interface function pointer table to constant X-Git-Tag: v2.6.37-rc1~60^2~3^2~609 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e795a5232e1888d46e22e05677d280a1056ceea;p=pandora-kernel.git staging: hv: Convert vmbus driver interface function pointer table to constant Convert vmbus driver interface function pointer table to constant The vmbus interface functions are assigned to a constant - vmbus_ops. Because the vmbus interface function pointer table is converted to a constant variable -- vmbus_ops, the function GetChannelInterface(), VmbusGetChannelInterface() and pointer GetChannelInterface are no longer in use. The deprecated function's work is done by the initialization of the newly added constant variable vmbus_ops. I created the new constant variable vmbus_ops and removed the deprecated function pointer GetChannelInterface in one patch. Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed