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>
This commit is contained in:
parent
80e623887e
commit
b0bb55175f
1 changed files with 0 additions and 3 deletions
|
@ -827,9 +827,6 @@ struct hv_device {
|
|||
struct device device;
|
||||
|
||||
struct vmbus_channel *channel;
|
||||
|
||||
/* Device extension; */
|
||||
void *ext;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue