From: Dima Zavin Date: Thu, 29 Mar 2012 19:44:06 +0000 (+0100) Subject: ARM: 7365/1: drop unused parameter from flush_cache_user_range X-Git-Tag: v3.5-rc1~182^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4542b6a0fa6b48d9ae6b41c1efeb618b7a221b2a;p=pandora-kernel.git ARM: 7365/1: drop unused parameter from flush_cache_user_range vma isn't used and flush_cache_user_range isn't a standard macro that is used on several archs with the same prototype. In fact only unicore32 has a macro with the same name (with an identical implementation and no in-tree users). This is a part of a patch proposed by Dima Zavin (with Message-id: 1272439931-12795-1-git-send-email-dima@android.com) that didn't get accepted. Cc: Dima Zavin Acked-by: Catalin Marinas Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- Reading git-diff-tree failed