mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-25 10:59:05 +00:00
Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driver
Now, get rid of the unused type 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
d00717301b
commit
770cbb589b
@ -81,13 +81,6 @@ struct hv_netvsc_packet {
|
|||||||
struct hv_page_buffer page_buf[NETVSC_PACKET_MAXPAGE];
|
struct hv_page_buffer page_buf[NETVSC_PACKET_MAXPAGE];
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Represents the net vsc driver */
|
|
||||||
struct netvsc_driver {
|
|
||||||
/* Must be the first field */
|
|
||||||
/* Which is a bug FIXME! */
|
|
||||||
struct hv_driver base;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct netvsc_device_info {
|
struct netvsc_device_info {
|
||||||
unsigned char mac_adr[6];
|
unsigned char mac_adr[6];
|
||||||
bool link_state; /* 0 - link up, 1 - link down */
|
bool link_state; /* 0 - link up, 1 - link down */
|
||||||
|
Loading…
Reference in New Issue
Block a user