mirror of https://gitee.com/openkylin/linux.git
Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct 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>
This commit is contained in:
parent
70843a2177
commit
4e3cba6b4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue