From 74982610d08e7687c435fa6f07245fdfb2362f6d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 2 Sep 2009 11:18:10 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed