From: K. Y. Srinivasan <kys@microsoft.com>
Date: Tue, 13 Sep 2011 17:59:51 +0000 (-0700)
Subject: Staging: hv: vmbus: Get rid of the ext field in struct hv_device
X-Git-Tag: firefly_0821_release~3680^2~4313^2^2~515
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0bb55175f846909e06952583e38982a77f7ecea;p=firefly-linux-kernel-4.4.55.git

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>
---

diff --git a/drivers/staging/hv/hyperv.h b/drivers/staging/hv/hyperv.h
index 91e557b2fd18..76e2ddd437d9 100644
--- a/drivers/staging/hv/hyperv.h
+++ b/drivers/staging/hv/hyperv.h
@@ -827,9 +827,6 @@ struct hv_device {
 	struct device device;
 
 	struct vmbus_channel *channel;
-
-	/* Device extension; */
-	void *ext;
 };