From: Russell King Date: Mon, 20 Dec 2010 14:47:19 +0000 (+0000) Subject: ARM: SMP: remove send_ipi_message() X-Git-Tag: v2.6.38-rc1~471^2~2^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fbb087650df130788d8e3ac29875ee56819249;p=pandora-kernel.git ARM: SMP: remove send_ipi_message() send_ipi_message() does nothing except call smp_cross_call(). As this is a static function, nothing external to this file calls it, so we can easily clean up this now unnecessary indirection. Signed-off-by: Russell King --- Reading git-diff-tree failed