Staging: hv: remove function pointer typedefs from NetVscApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Sep 2009 18:24:48 +0000 (11:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:03 +0000 (12:02 -0700)
commit211ccd6e0b4b62abc0c93eeb671f5cd970b3c185
tree5f7031aac7bc13a70ccd4100f7001976001d6f22
parent74982610d08e7687c435fa6f07245fdfb2362f6d
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 <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/NetVscApi.h
drivers/staging/hv/RndisFilter.c