From: Paul Mundt Date: Sat, 15 Aug 2009 02:38:05 +0000 (+0900) Subject: sh: Kill off unused flush_icache_user_range(). X-Git-Tag: v2.6.32-rc1~640^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916e97834e023f89b31f796b53cc9c7956e7fe17;p=pandora-kernel.git sh: Kill off unused flush_icache_user_range(). We use flush_cache_page() outright in copy_to_user_page(), and nothing else needs it, so just kill it off. SH-5 still defines its own version, but that too will go away in the same fashion once it converts over. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed