]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0ee6605f0b6e836ca250c59d246ced541df942c
tree4f8234ac5d428780ded7a23b5006890500ee5a92
parent981feef435a14aa1fce67060e0afbf30ce276303
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