commit | 21707bed7e0577c32546e8e0ce74a18528acf398 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 02 11:53:59 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:02:03 2009 -0700 |
tree | b0fee195b741e7efd57ad73f74d1da7a3404576e | |
parent | 7903506975905605bbb9077008ca83eabc0f6272 [diff] |
Staging: hv: remove function pointer typedefs from vmbus.h It's amazing the hoops that people go through to make code work when they don't opensource the whole thing. Passing these types of function pointers around for no good reason is a mess, this needs to be unwound as everything is now in the open. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>