From: K. Y. Srinivasan Date: Fri, 13 May 2011 02:35:11 +0000 (-0700) Subject: Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d00717301bf806fc1d0095048516d2623acac5ca;p=deliverable%2Flinux.git Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv() Get rid of the unused function drv_to_netvscdrv(). 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 aaebac63929b..0c2a74644fa5 100644 --- a/drivers/staging/hv/hyperv_net.h +++ b/drivers/staging/hv/hyperv_net.h @@ -88,13 +88,6 @@ struct netvsc_driver { struct hv_driver base; }; -static inline -struct netvsc_driver *drv_to_netvscdrv(struct device_driver *d) -{ - struct hv_driver *hvdrv = drv_to_hv_drv(d); - return container_of(hvdrv, struct netvsc_driver, base); -} - struct netvsc_device_info { unsigned char mac_adr[6]; bool link_state; /* 0 - link up, 1 - link down */