浏览代码

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>
K. Y. Srinivasan 14 年之前
父节点
当前提交
b0bb55175f
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/staging/hv/hyperv.h

+ 0 - 3
drivers/staging/hv/hyperv.h

@@ -827,9 +827,6 @@ struct hv_device {
 	struct device device;
 	struct device device;
 
 
 	struct vmbus_channel *channel;
 	struct vmbus_channel *channel;
-
-	/* Device extension; */
-	void *ext;
 };
 };