From: K. Y. Srinivasan Date: Tue, 13 Sep 2011 17:59:49 +0000 (-0700) Subject: Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_device X-Git-Tag: v3.2-rc1~169^2^2~517 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddd5e5fb342b9f014d61941a4f73c0bd9b50a60;p=pandora-kernel.git Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_device Now, eliminate the usage of ext field in struct hv_device for netvsc driver. We do this by registering pointer to struct netvsc_device as the driver specific data and eliminating the current usage of driver specific data to save and retrieve the pointer to struct net_device. Additionally, all access to the driver specific data is through the vmbus wrapper functions. As part of this cleanup, we also get rid of some unnecessary debug print statements. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed