From: K. Y. Srinivasan Date: Fri, 13 May 2011 02:35:12 +0000 (-0700) Subject: Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driver X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=770cbb589b81a7eaf013e128658280bc9123a888;p=deliverable%2Flinux.git 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 Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hyperv_net.h b/drivers/staging/hv/hyperv_net.h index 0c2a74644fa5..315097df799a 100644 --- a/drivers/staging/hv/hyperv_net.h +++ b/drivers/staging/hv/hyperv_net.h @@ -81,13 +81,6 @@ struct hv_netvsc_packet { 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 { unsigned char mac_adr[6]; bool link_state; /* 0 - link up, 1 - link down */