Staging: hv: remove function pointer typedefs from VmbusApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Sep 2009 18:18:10 +0000 (11:18 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:03 +0000 (12:02 -0700)
commit74982610d08e7687c435fa6f07245fdfb2362f6d
tree4f8234ac5d428780ded7a23b5006890500ee5a92
parentce9ea4cf49b0ba4c67be71550d6cd955b718e967
Staging: hv: remove function pointer typedefs from VmbusApi.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/ChannelInterface.c
drivers/staging/hv/VmbusApi.h