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 91e557b2fd18bc429a7ea3a5d416daae210cf734..76e2ddd437d95077cd91f3fb950d1e52009150b1 100644 (file)
@@ -827,9 +827,6 @@ struct hv_device {
        struct device device;
 
        struct vmbus_channel *channel;
-
-       /* Device extension; */
-       void *ext;
 };
 
 
This page took 0.024942 seconds and 5 git commands to generate.