Staging: hv: fix sparse function warnings
commit127729066686c363c405c586731235443c03c252
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 29 Jul 2009 16:05:33 +0000 (29 09:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:53 +0000 (15 12:01 -0700)
tree52ce81a0dc7bb48e509596207b7423972eac2c43
parentbd1de709165a4f59878d4a272370fa228aa753f7
Staging: hv: fix sparse function warnings

This fixes up all of the sparse warnings about functions not being
properly declared.  Meaning, void functions need to say they are a void
function, otherwise the compiler assumes it is an integer here.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Connection.c
drivers/staging/hv/Hv.c