From: David Howells Date: Wed, 27 Oct 2010 16:28:36 +0000 (+0100) Subject: Typedef SMP call function pointer X-Git-Tag: v2.6.37-rc1~81^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5f65df5a0fcbaa35e5417c0420d691fee4ac56;p=pandora-kernel.git Typedef SMP call function pointer Typedef the pointer to the function to be called by smp_call_function() and friends: typedef void (*smp_call_func_t)(void *info); as it is used in a fair number of places. Signed-off-by: David Howells cc: linux-arch@vger.kernel.org --- Reading git-diff-tree failed