From: Graf Yang Date: Mon, 21 Sep 2009 11:51:31 +0000 (+0000) Subject: Blackfin: SMP: tweak platform_request_ipi() usage X-Git-Tag: v2.6.38-rc1~421^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75734e660665b9bb5da8fc06beb491b716f9af77;p=pandora-kernel.git Blackfin: SMP: tweak platform_request_ipi() usage This function takes an irq_handler_t function, but the prototype in the header doesn't match the function definition. This is due to the smp headers needing to avoid circular dependencies. So change the function to take a simple pointer. Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed