From: Russell King Date: Thu, 27 Jan 2011 09:46:29 +0000 (+0000) Subject: ARM: mmci: no need to call flush_dcache_page() with sg_miter API X-Git-Tag: v2.6.39-rc1~435^3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7aa23cf0700f4025cb61bd1ac517ccf79bd460;p=pandora-kernel.git ARM: mmci: no need to call flush_dcache_page() with sg_miter API The sg_miter API provides the required cache maintainence, so we don't need to do that ourselves. Remove the unnecessary additional cache maintainence. Signed-off-by: Russell King --- Reading git-diff-tree failed