mirror of https://gitee.com/openkylin/linux.git
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
Now, get rid of unused state (req_ext_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
d0e3304614
commit
8afe583d21
|
@ -88,8 +88,6 @@ struct netvsc_driver {
|
|||
struct hv_driver base;
|
||||
|
||||
u32 ring_buf_size;
|
||||
u32 req_ext_size;
|
||||
|
||||
};
|
||||
|
||||
static inline
|
||||
|
|
Loading…
Reference in New Issue