From: Greg Kroah-Hartman Date: Wed, 2 Sep 2009 18:24:48 +0000 (-0700) Subject: Staging: hv: remove function pointer typedefs from NetVscApi.h X-Git-Tag: v2.6.32-rc1~668^2~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211ccd6e0b4b62abc0c93eeb671f5cd970b3c185;p=pandora-kernel.git Staging: hv: remove function pointer typedefs from NetVscApi.h function pointer typedefs are allowed in the kernel, but only if they make sense, which they really do not here, as they are not passed around with any kind of frequency. So just spell them all out, it makes the code smaller and easier to understand overall. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed