Staging: hv: hv_mouse: reorder functions to remove forward declarations
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:50:15 +0000 (18:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:50:15 +0000 (18:50 -0800)
This removes almost all forward declarations and makes all functions
static, as there should not be any global functions in this module at
all.

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>

No differences found