diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-09-13 10:59:51 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-16 20:06:03 +0200 |
commit | b0bb55175f846909e06952583e38982a77f7ecea (patch) | |
tree | 0bfd6cba5b54c915e7f0bfb03c0192073ef1a4e1 | |
parent | 80e623887ef6a86718ecab257c592e214ecad82d (diff) | |
download | op-kernel-dev-b0bb55175f846909e06952583e38982a77f7ecea.zip op-kernel-dev-b0bb55175f846909e06952583e38982a77f7ecea.tar.gz |
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>
-rw-r--r-- | drivers/staging/hv/hyperv.h | 3 |
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; }; |