From: Gregory CLEMENT Date: Mon, 14 Apr 2014 15:10:07 +0000 (+0200) Subject: ARM: mvebu: Remove the unused argument of set_cpu_coherent() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~16^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952f4ca79b4ec7114291aa711add1b36c6ba7515;p=pandora-kernel.git ARM: mvebu: Remove the unused argument of set_cpu_coherent() set_cpu_coherent() took the SMP group ID as parameter. But this parameter was never used, and the CPU always uses the SMP group 0. So we can remove this parameter. Signed-off-by: Gregory CLEMENT Link: https://lkml.kernel.org/r/1397488214-20685-5-git-send-email-gregory.clement@free-electrons.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed