From: K. Y. Srinivasan Date: Mon, 7 Mar 2011 21:35:30 +0000 (-0800) Subject: Staging: hv: Eliminate device_id from vm_device X-Git-Tag: v2.6.39-rc1~469^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5889771a4acd321ad6f1242b3186cf4a47d7d55;p=pandora-kernel.git Staging: hv: Eliminate device_id from vm_device Both device abstractions: vm_device and hv_device maintain state to reperesent the device instance (and they refer to them by different names - device_id in vm_device and dev_instance in hv_device). In preparation for consolidating all device state in struct hv_device; eliminate device_id from struct vm_device. 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