Staging: hv: vmbus: Get rid of the ext field in struct hv_device

Now that we have eliminated all uses of the ext field in struct hv_device,
get rid of the ext field.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-09-13 10:59:51 -07:00 committed by Greg Kroah-Hartman
parent 80e623887e
commit b0bb55175f

View file

@ -827,9 +827,6 @@ struct hv_device {
struct device device;
struct vmbus_channel *channel;
/* Device extension; */
void *ext;
};