From: K. Y. Srinivasan Date: Mon, 7 Mar 2011 21:32:31 +0000 (-0800) Subject: Staging: hv: Eliminate driver_context structure X-Git-Tag: v2.6.39-rc1~469^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150f93989ef327698f64527b334a6d2129066704;p=pandora-kernel.git Staging: hv: Eliminate driver_context structure We need to move the following elements from struct driver_context: class_id and driver in one step. As part of this operation get rid of the struct driver_context. With this patch we will have consolidated all driver state into one data structure: struct hv_driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Abhishek Kane Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed