Staging: hv: Use generic device_driver shutdown function
commit38fadc3e1f2ed55544acb75823ba7b2929597f68
authorK. Y. Srinivasan <kys@microsoft.com>
Mon, 7 Mar 2011 21:22:20 +0000 (7 13:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 22:14:10 +0000 (7 14:14 -0800)
tree7aa293448074b5b108c7d17ff6e17d41b199e3fa
parent94851c343d1f98f866760c96a8956e30b07e579c
Staging: hv: Use generic device_driver shutdown function

In preparation for moving all the state from struct driver_context
to struct hv_driver, eliminate the shutdown() function from
struct driver_context and use generic device_driver shutdown()
function.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/blkvsc_drv.c
drivers/staging/hv/vmbus_drv.c