Staging: hv: vmbus: Get rid of the ext field in struct hv_device
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 13 Sep 2011 17:59:51 +0000 (10:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Sep 2011 18:06:03 +0000 (20:06 +0200)
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>
drivers/staging/hv/hyperv.h

index 91e557b..76e2ddd 100644 (file)
@@ -827,9 +827,6 @@ struct hv_device {
        struct device device;
 
        struct vmbus_channel *channel;
-
-       /* Device extension; */
-       void *ext;
 };