Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacks
commit4f143134c12293217e6c8d68d0018780199f6d3c
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:38:31 +0000 (2 18:38 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:38:31 +0000 (2 18:38 -0800)
tree2f0f447cf6be6a50541587ffac62cf1c97ea8836
parent7ced4810f9a86bb0324568052c6bf27292512b43
Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacks

They aren't needed at all either because they are never called (OnOpen,
OnClose), or because we can just call the real function instead as it's
never set to anything else.

Just another step in unwinding the callback mess...

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