From: Catalin Marinas Date: Wed, 1 May 2013 15:38:23 +0000 (+0100) Subject: arm64: Remove __flush_dcache_page() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~40^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd88367de80f9509bd30a09342d0a19c925b23e;p=pandora-kernel.git arm64: Remove __flush_dcache_page() This function is only used in __sync_icache_dcache(), so remove it and call __flush_dcache_area() directly. The flush_icache_user_range() function is not used in the arm64 kernel. Signed-off-by: Catalin Marinas Reported-by: Will Deacon Acked-by: Will Deacon --- Reading git-diff-tree failed