]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/hv/hv_util.c
Staging: hv: util: Perform some service specific init/deinit in probe/remove
authorK. Y. Srinivasan <kys@microsoft.com>
Sun, 18 Sep 2011 17:31:33 +0000 (10:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 20 Sep 2011 20:00:53 +0000 (13:00 -0700)
commita29b643c5767558956450b86d79eb66334704ac2
tree0b16c1e881d26af0ed783a3149e5c19e46902aea
parenta4f7b2e823d05e500ccb2c35a68e454e8e672224
Staging: hv: util: Perform some service specific init/deinit in probe/remove

In preparation for modifying the util driver to fully conform to the
Linux Driver Model, perform some service specific init and de-init
operations in util_probe()/util_remove()  as opposed to in
init_hyperv_utils()/exit_hyperv_utils() as is currently done.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_kvp.c
drivers/staging/hv/hv_kvp.h
drivers/staging/hv/hv_util.c
drivers/staging/hv/hyperv.h