summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-09-13 17:59:51 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-16 18:06:03 (GMT)
commitb0bb55175f846909e06952583e38982a77f7ecea (patch)
tree0bfd6cba5b54c915e7f0bfb03c0192073ef1a4e1 /drivers/staging/hv
parent80e623887ef6a86718ecab257c592e214ecad82d (diff)
downloadlinux-b0bb55175f846909e06952583e38982a77f7ecea.tar.xz
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/hyperv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/hyperv.h b/drivers/staging/hv/hyperv.h
index 91e557b..76e2ddd 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;
};