From: Greg Kroah-Hartman Date: Wed, 29 Jul 2009 16:05:33 +0000 (-0700) Subject: Staging: hv: fix sparse function warnings X-Git-Tag: v2.6.32-rc1~668^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127729066686c363c405c586731235443c03c252;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed