Skip to content

Commit

Permalink
Staging: hv: vmbus: Get rid of the ext field in struct hv_device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Sep 16, 2011
1 parent 80e6238 commit b0bb551
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/hv/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,6 @@ struct hv_device {
struct device device;

struct vmbus_channel *channel;

/* Device extension; */
void *ext;
};


Expand Down

0 comments on commit b0bb551

Please sign in to comment.