Staging: hv: hv_mouse: reorder functions to remove forward declarations
commitac2c9033d65c7b139c99c9ecd2f374f04ea5820a
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:50:15 +0000 (2 18:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 02:50:15 +0000 (2 18:50 -0800)
treeba3792bace7a1c1e35aed1564615cc32508f5ab9
parent037b653aae18147af152cc31d3c4c0cd072ffea9
Staging: hv: hv_mouse: reorder functions to remove forward declarations

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>
drivers/staging/hv/hv_mouse.c