From: Greg Kroah-Hartman Date: Thu, 3 Mar 2011 02:38:31 +0000 (-0800) Subject: Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacks X-Git-Tag: v2.6.39-rc1~469^2~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f143134c12293217e6c8d68d0018780199f6d3c;p=pandora-kernel.git 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 Cc: K. Y. Srinivasan Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed