From: Greg Kroah-Hartman Date: Wed, 2 Sep 2009 18:53:59 +0000 (-0700) Subject: Staging: hv: remove function pointer typedefs from vmbus.h X-Git-Tag: v2.6.32-rc1~668^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21707bed7e0577c32546e8e0ce74a18528acf398;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed