Staging: hv: remove function pointer typedefs from StorVscApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Sep 2009 18:28:55 +0000 (11:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:03 +0000 (12:02 -0700)
commitf25c749bb830890a3e31236857523a57cf6ddc7c
tree356421c9cdda9d1b3d373a963862da906ca6f61d
parent211ccd6e0b4b62abc0c93eeb671f5cd970b3c185
Staging: hv: remove function pointer typedefs from StorVscApi.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 <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/StorVscApi.h