mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
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:
committed by
Greg Kroah-Hartman
parent
80e623887e
commit
b0bb55175f
@@ -827,9 +827,6 @@ struct hv_device {
|
||||
struct device device;
|
||||
|
||||
struct vmbus_channel *channel;
|
||||
|
||||
/* Device extension; */
|
||||
void *ext;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user