Skip to content

Commit

Permalink
Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct…
Browse files Browse the repository at this point in the history
… netvsc_driver

Now get rid of unused state (ring_buf_size) from struct netvsc_driver.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 70843a2 commit 4e3cba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ struct netvsc_driver {
/* Must be the first field */
/* Which is a bug FIXME! */
struct hv_driver base;

u32 ring_buf_size;
};

static inline
Expand Down

0 comments on commit 4e3cba6

Please sign in to comment.